Skip to content

Commit d445ddd

Browse files
committed
Add missing require when helpers are used in isolation
1 parent 363d7ee commit d445ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'thread'
22
require 'active_support/core_ext/file'
3+
require 'active_support/core_ext/module/attribute_accessors'
34

45
module ActionView
56
module Helpers

0 commit comments

Comments
 (0)