aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-10-11 13:28:50 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-10-11 13:28:50 +1100
commitef74ad8e0c0a1c46f7e8983e9d5460dea9bec95e (patch)
treeaf04c1254dbeac93cc48cb1ccfd8763480c3c6a8 /actionpack/lib
parent7d081162222e5334fe42a7fbc07354aa4f5e5d50 (diff)
downloadrails-ef74ad8e0c0a1c46f7e8983e9d5460dea9bec95e.tar.gz
rails-ef74ad8e0c0a1c46f7e8983e9d5460dea9bec95e.tar.bz2
rails-ef74ad8e0c0a1c46f7e8983e9d5460dea9bec95e.zip
Remove mention to register_javascript_include_default in documentation
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index c1dfbe5dc3..b97c73aff9 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -292,9 +292,6 @@ module ActionView
#
# * = The application.js file is only referenced if it exists
#
- # Though it's not really recommended practice, if you need to extend the default JavaScript set for any reason
- # (e.g., you're going to be using a certain .js file in every action), then take a look at the register_javascript_include_default method.
- #
# You can also include all javascripts in the +javascripts+ directory using <tt>:all</tt> as the source:
#
# javascript_include_tag :all # =>