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