diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-02 21:34:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-02 21:34:28 -0700 |
| commit | 543b37a327d8ad70cd2c46666759f5fae06f6c32 (patch) | |
| tree | 6c24e4dea87d79cc7e7bb93720d2edd0999adac0 /app/assets/javascripts | |
| parent | 013bcebf8a96b9047317eed674a17c7bc375093f (diff) | |
create scaffold for events.
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/events.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/events.coffee b/app/assets/javascripts/events.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/events.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/ |
