diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-01 14:27:12 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-01 14:27:12 +0530 |
commit | b30ffbbfd6da4547449c5cea81ec7627762259c6 (patch) | |
tree | 889b88913568e921c88397b529efafb745ac4c26 /actionpack/lib/sprockets | |
parent | 926e97ca668bbd6d93546f57ce2b253b7d4b6cca (diff) | |
download | rails-b30ffbbfd6da4547449c5cea81ec7627762259c6.tar.gz rails-b30ffbbfd6da4547449c5cea81ec7627762259c6.tar.bz2 rails-b30ffbbfd6da4547449c5cea81ec7627762259c6.zip |
Use of :: in void context Warning removed
Diffstat (limited to 'actionpack/lib/sprockets')
-rw-r--r-- | actionpack/lib/sprockets/assets.rake | 2 |
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 |