Module: ActivePubsub::SubscribeToChanges::ClassMethods
- Defined in:
- lib/active_pubsub/subscribe_to_changes.rb
Instance Method Summary collapse
Instance Method Details
#on_change(attribute_name, &block) ⇒ Object
21 22 23 |
# File 'lib/active_pubsub/subscribe_to_changes.rb', line 21 def on_change(attribute_name, &block) attributes_to_watch_for_changes[attribute_name] = block end |