summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-02 21:34:28 -0700
committermo khan <mo@mokhan.ca>2015-02-02 21:34:28 -0700
commit543b37a327d8ad70cd2c46666759f5fae06f6c32 (patch)
tree6c24e4dea87d79cc7e7bb93720d2edd0999adac0 /app/assets/javascripts
parent013bcebf8a96b9047317eed674a17c7bc375093f (diff)
create scaffold for events.
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/events.coffee3
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/