method
after
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallbackSequence
after(&after)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 487
def after(&after)
@after.push(after)
self
end