diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-21 12:31:50 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-21 12:31:50 -0700 |
| commit | 6ada62adfd2b60e3af4f721ed8e09a5658920fa6 (patch) | |
| tree | 1f65086944ce3be9b12b48bda16761fde6a6b965 /app/assets/javascripts | |
| parent | d3f91de6fcc6d27bc2d7adb8f1e14d73b71e7b96 (diff) | |
add user model and login page.
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/sessions.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/sessions.coffee b/app/assets/javascripts/sessions.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/sessions.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ |
