summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/downloads.coffee
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-02-25 18:47:09 -0800
committerJesse Morgan <jesse@jesterpm.net>2015-02-25 18:47:09 -0800
commit4e94e31aa0acda54ae962840b57ae42ca6e71185 (patch)
tree19fa5fdc8c3bea56fb93463508a81514acd0f604 /app/assets/javascripts/downloads.coffee
parentf031bdc3e5214c699123830d8cc9f9309b792a68 (diff)
rails generate scaffold Download
Diffstat (limited to 'app/assets/javascripts/downloads.coffee')
-rw-r--r--app/assets/javascripts/downloads.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/downloads.coffee b/app/assets/javascripts/downloads.coffee
new file mode 100644
index 0000000..24f83d1
--- /dev/null
+++ b/app/assets/javascripts/downloads.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/