instance method
__generate_callback_runner_name
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
__generate_callback_runner_name(kind)
No documentation comment.
Parameters
-
kindreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 387
def __generate_callback_runner_name(kind)
"_run__#{self.name.hash.abs}__#{kind}__callbacks"
end
Defined in activesupport/lib/active_support/callbacks.rb line 387
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::ClassMethods