method
get_callbacks
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::ClassMethods
get_callbacks(name)protected
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 843
def get_callbacks(name) # :nodoc:
__callbacks[name.to_sym]
end