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 1ac2ddb commit 0c376e7Copy full SHA for 0c376e7
actionpack/lib/abstract_controller/rendering.rb
@@ -1,6 +1,7 @@
1
require "abstract_controller/base"
2
require "action_view"
3
require "active_support/core_ext/object/instance_variables"
4
+require "active_support/hash_with_indifferent_access"
5
6
module AbstractController
7
class DoubleRenderError < Error
0 commit comments