Skip to content

Commit 68c76c6

Browse files
committed
Require hash_with_indifferent_access before using it
1 parent 54ebd0a commit 68c76c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actionpack/lib/action_view/renderer/renderer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'active_support/hash_with_indifferent_access'
2+
13
module ActionView
24
# This is the main entry point for rendering. It basically delegates
35
# to other objects like TemplateRenderer and PartialRenderer which

0 commit comments

Comments
 (0)