aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/app/assets/javascripts/application.js
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-09-12 07:49:36 -0700
committerXavier Noria <fxn@hashref.com>2011-09-12 07:49:36 -0700
commit63082af306b3da34a5c888d19eef7314a4ef06e6 (patch)
tree903afe48e0393578c54b42d050a85f8770e93121 /railties/guides/code/getting_started/app/assets/javascripts/application.js
parent4bcacc80667a548664b5ca09d85074c6c383748e (diff)
parentd7154d483269fc25d771d5b8b7b8a2c889e4b3f5 (diff)
downloadrails-63082af306b3da34a5c888d19eef7314a4ef06e6.tar.gz
rails-63082af306b3da34a5c888d19eef7314a4ef06e6.tar.bz2
rails-63082af306b3da34a5c888d19eef7314a4ef06e6.zip
Merge pull request #2984 from jrgifford/master
Added getting_started application to railties/guides/code/getting_started
Diffstat (limited to 'railties/guides/code/getting_started/app/assets/javascripts/application.js')
-rw-r--r--railties/guides/code/getting_started/app/assets/javascripts/application.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/railties/guides/code/getting_started/app/assets/javascripts/application.js b/railties/guides/code/getting_started/app/assets/javascripts/application.js
new file mode 100644
index 0000000000..37c7bfcdb5
--- /dev/null
+++ b/railties/guides/code/getting_started/app/assets/javascripts/application.js
@@ -0,0 +1,9 @@
+// This is a manifest file that'll be compiled into including all the files listed below.
+// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
+// be included in the compiled file accessible from http://example.com/assets/application.js
+// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+// the compiled file.
+//
+//= require jquery
+//= require jquery_ujs
+//= require_tree .