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