method

get_callbacks

rails latest stable - Class: ActiveSupport::Callbacks::Callback::ClassMethods
get_callbacks(name)
protected

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 971
          def get_callbacks(name) # :nodoc:
            __callbacks[name.to_sym]
          end