Skip to content

Commit

Permalink
Renaming helper in the Rake task, but why is this needed in the first…
Browse files Browse the repository at this point in the history
… place? (paging JP)
  • Loading branch information
wycats committed May 25, 2011
1 parent 289f9ce commit 9701014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/assets.rake
Expand Up @@ -2,7 +2,7 @@ namespace :assets do
desc "Compile all the assets named in config.assets.precompile"
task :precompile => :environment do
# Give assets access to asset_path
ActionView::Helpers::SprocketsHelper
Sprockets::Helpers::RailsHelper

assets = Rails.application.config.assets.precompile
Rails.application.assets.precompile(*assets)
Expand Down

0 comments on commit 9701014

Please sign in to comment.