File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
actionview/lib/action_view Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Railtie < Rails::Engine # :nodoc:
51
51
ActionView ::Helpers ::AssetTagHelper . image_loading = app . config . action_view . delete ( :image_loading )
52
52
ActionView ::Helpers ::AssetTagHelper . image_decoding = app . config . action_view . delete ( :image_decoding )
53
53
ActionView ::Helpers ::AssetTagHelper . preload_links_header = app . config . action_view . delete ( :preload_links_header )
54
- ActionView ::Helpers ::AssetTagHelper . apply_stylesheet_media_default = app . config . action_view . delete ( :apply_apply_stylesheet_media_default )
54
+ ActionView ::Helpers ::AssetTagHelper . apply_stylesheet_media_default = app . config . action_view . delete ( :apply_stylesheet_media_default )
55
55
end
56
56
57
57
config . after_initialize do |app |
You can’t perform that action at this time.
0 commit comments