mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Update for sprockets/master context class api
This commit is contained in:
@@ -34,7 +34,15 @@ module Sprockets
|
||||
app.assets = asset_environment(app)
|
||||
|
||||
ActiveSupport.on_load(:action_view) do
|
||||
app.assets.context.instance_eval do
|
||||
if app.assets.respond_to?(:context_class)
|
||||
context = app.assets.context_class
|
||||
|
||||
# TODO: Remove this condition when Sprockets 2.0.beta.3 is released
|
||||
else
|
||||
context = app.assets.context
|
||||
end
|
||||
|
||||
context.instance_eval do
|
||||
include ::ActionView::Helpers::SprocketsHelper
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user