Skip to content

Commit 0671eb5

Browse files
authored
Be more specific with required file
This fixes a problem with being unable to load `ActionView::Helpers::AssetUrlHelper` from L7 in some situations
1 parent 45b6b84 commit 0671eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/rails/context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'action_view'
1+
require 'action_view/helpers'
22
require 'sprockets'
33

44
module Sprockets

0 commit comments

Comments
 (0)