diff options
Diffstat (limited to 'guides/code/getting_started/app/assets/javascripts/home.js.coffee')
-rw-r--r-- | guides/code/getting_started/app/assets/javascripts/home.js.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/code/getting_started/app/assets/javascripts/home.js.coffee b/guides/code/getting_started/app/assets/javascripts/home.js.coffee new file mode 100644 index 0000000000..761567942f --- /dev/null +++ b/guides/code/getting_started/app/assets/javascripts/home.js.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://jashkenas.github.com/coffee-script/ |