Method: Coast::ClassMethods#after

Defined in:
lib/coast.rb

#after(action, &callback) ⇒ Object



81
82
83
# File 'lib/coast.rb', line 81

def after(action, &callback)
  define_method "after_#{action}", &callback
end