Method: ActiveSupport::Callbacks::CallbackSequence#after
- Defined in:
- activesupport/lib/active_support/callbacks.rb
#after(after) ⇒ Object
534 535 536 537 538 |
# File 'activesupport/lib/active_support/callbacks.rb', line 534 def after(after) @after ||= [] @after.push(after) self end |