Skip to content

Commit 65b62f6

Browse files
committed
adds a couple of missing requires
1 parent 64d5785 commit 65b62f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

actionpack/lib/action_view/helpers/rendering_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "active_support/core_ext/hash/indifferent_access"
2+
13
module ActionView
24
module Helpers
35
# = Action View Rendering

actionpack/lib/action_view/template/resolver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require "pathname"
22
require "active_support/core_ext/class"
33
require "active_support/core_ext/io"
4+
require "active_support/core_ext/string/starts_ends_with"
45
require "action_view/template"
56

67
module ActionView

0 commit comments

Comments
 (0)