aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-10-01 14:27:12 +0530
committerArun Agrawal <arunagw@gmail.com>2011-10-01 14:27:12 +0530
commitb30ffbbfd6da4547449c5cea81ec7627762259c6 (patch)
tree889b88913568e921c88397b529efafb745ac4c26 /actionpack/lib
parent926e97ca668bbd6d93546f57ce2b253b7d4b6cca (diff)
downloadrails-b30ffbbfd6da4547449c5cea81ec7627762259c6.tar.gz
rails-b30ffbbfd6da4547449c5cea81ec7627762259c6.tar.bz2
rails-b30ffbbfd6da4547449c5cea81ec7627762259c6.zip
Use of :: in void context Warning removed
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/sprockets/assets.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/sprockets/assets.rake b/actionpack/lib/sprockets/assets.rake
index e29661e4e7..bb5cf6740a 100644
--- a/actionpack/lib/sprockets/assets.rake
+++ b/actionpack/lib/sprockets/assets.rake
@@ -17,7 +17,7 @@ namespace :assets do
end
# Ensure that action view is loaded and the appropriate sprockets hooks get executed
- ActionView::Base
+ _ = ActionView::Base
config = Rails.application.config
config.assets.compile = true