Flowdock
method

callbacks_for

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActiveRecord::Callbacks
callbacks_for(method) private

No documentation

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

Hide source
# File activerecord/lib/active_record/callbacks.rb, line 328
      def callbacks_for(method)
        self.class.read_inheritable_attribute(method.to_sym) or []
      end
Register or log in to add new notes.