diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2011-07-01 20:34:15 +0100 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2011-07-01 20:34:15 +0100 |
commit | 505b6a43f7cef4b31d557393b3f30e44cc278af6 (patch) | |
tree | 88ed2d67e1866aac84c4bc57e2ab749f0dfb9f06 /actionpack | |
parent | fdaecbed84af426213cbb77568e25128cf01484c (diff) | |
download | rails-505b6a43f7cef4b31d557393b3f30e44cc278af6.tar.gz rails-505b6a43f7cef4b31d557393b3f30e44cc278af6.tar.bz2 rails-505b6a43f7cef4b31d557393b3f30e44cc278af6.zip |
Revert "Add missing require for ActionView::AssetPaths"
This reverts commit 987eb7d4236513978e3cfcd5c3c159d95d2a84c8.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/sprockets/helpers/rails_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/sprockets/helpers/rails_helper.rb b/actionpack/lib/sprockets/helpers/rails_helper.rb index 4e495c888a..63820cc76c 100644 --- a/actionpack/lib/sprockets/helpers/rails_helper.rb +++ b/actionpack/lib/sprockets/helpers/rails_helper.rb @@ -1,4 +1,3 @@ -require "action_view/asset_paths" require "action_view/helpers" module Sprockets |