Method: Entangled::Model::ClassMethods#default_options
- Defined in:
- lib/entangled/model.rb
permalink #default_options ⇒ Object
By default, model updates will be published after_create, after_update, and after_destroy. This behavior can be modified by passing :only or :except options to the entangle class method
54 55 56 |
# File 'lib/entangled/model.rb', line 54 def [:create, :update, :destroy] end |