instance method
hook_state
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
hook_state()
No documentation comment.
Source
# File activesupport/lib/active_support/execution_wrapper.rb, line 128
def hook_state
@_hook_state ||= {}
end
Defined in activesupport/lib/active_support/execution_wrapper.rb line 128
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ExecutionWrapper