diff options
author | Joshua Peek <josh@joshpeek.com> | 2010-01-30 14:22:39 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2010-01-30 14:39:59 -0600 |
commit | ac20f2cea15844b5cc06bdfefbb410fc55ba5caf (patch) | |
tree | 8ba0637af333939f55fa315158fdf077f7e20108 /actionpack/lib/action_view/helpers | |
parent | ffc10731c366aa68a0cdd15eb4e9ac9a3c0820f0 (diff) | |
download | rails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.tar.gz rails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.tar.bz2 rails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.zip |
Revert "Add rails.js driver to default source list"
This reverts commit 8a46e1182e3fce36aee5e6cb65737c4e755bbced.
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index 4df99f8293..83357dd76f 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -140,7 +140,7 @@ module ActionView :stylesheets_dir => "#{assets_dir}/stylesheets", } - JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls', 'rails'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES) + JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES) # Returns a link tag that browsers and news readers can use to auto-detect # an RSS or ATOM feed. The +type+ can either be <tt>:rss</tt> (default) or |