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