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