aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/js/assets
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/generators/js/assets')
-rw-r--r--railties/lib/rails/generators/js/assets/templates/javascript.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/js/assets/templates/javascript.js b/railties/lib/rails/generators/js/assets/templates/javascript.js
new file mode 100644
index 0000000000..6f10efeb33
--- /dev/null
+++ b/railties/lib/rails/generators/js/assets/templates/javascript.js
@@ -0,0 +1,2 @@
+// Place all the behaviors and hooks related to the matching controller here.
+// All this logic will automatically be available in application.js.