diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2011-04-18 21:07:04 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2011-04-18 21:07:04 +0200 |
commit | 0acc6bd6cb1d27fdbb0c00ac3a322bc8413e03cc (patch) | |
tree | 97e7554c5bec044550d7d7a5938753bab3de6e44 /railties/lib | |
parent | 92537b8c273ea57eb7e1d686071f1876a5e9abe4 (diff) | |
download | rails-0acc6bd6cb1d27fdbb0c00ac3a322bc8413e03cc.tar.gz rails-0acc6bd6cb1d27fdbb0c00ac3a322bc8413e03cc.tar.bz2 rails-0acc6bd6cb1d27fdbb0c00ac3a322bc8413e03cc.zip |
Use proper coffee comments
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/assets/templates/javascript.js.coffee | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/assets/templates/javascript.js.coffee b/railties/lib/rails/generators/rails/assets/templates/javascript.js.coffee index 09b2da094a..761567942f 100644 --- a/railties/lib/rails/generators/rails/assets/templates/javascript.js.coffee +++ b/railties/lib/rails/generators/rails/assets/templates/javascript.js.coffee @@ -1,3 +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://jashkenas.github.com/coffee-script/ +# 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://jashkenas.github.com/coffee-script/ |