method
__run_callback
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::Callbacks::ClassMethods
__run_callback(key, kind, object, &blk)public
This method calls the callback method for the given key. If this called first time it creates a new callback method for the key, calculating which callbacks can be omitted because of per_key conditions.