We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d5785 commit 65b62f6Copy full SHA for 65b62f6
actionpack/lib/action_view/helpers/rendering_helper.rb
@@ -1,3 +1,5 @@
1
+require "active_support/core_ext/hash/indifferent_access"
2
+
3
module ActionView
4
module Helpers
5
# = Action View Rendering
actionpack/lib/action_view/template/resolver.rb
@@ -1,6 +1,7 @@
require "pathname"
require "active_support/core_ext/class"
require "active_support/core_ext/io"
+require "active_support/core_ext/string/starts_ends_with"
require "action_view/template"
6
7
0 commit comments