Flowdock
method

get_callbacks

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ClassMethods
get_callbacks(name) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/callbacks.rb, line 847
          def get_callbacks(name) # :nodoc:
            __callbacks[name.to_sym]
          end
Register or log in to add new notes.