Method: AD::Framework::Patterns::HasSchema::ClassMethods#after_update
- Defined in:
- lib/ad-framework/patterns/has_schema.rb
#after_update(*method_names) ⇒ Object
108 109 110 |
# File 'lib/ad-framework/patterns/has_schema.rb', line 108 def after_update(*method_names) self.schema.add_callback(:after, :update, method_names) end |