Class: MassiveRecord::ORM::Persistence::Operations::Suppress
- Inherits:
-
Object
- Object
- MassiveRecord::ORM::Persistence::Operations::Suppress
- Defined in:
- lib/massive_record/orm/persistence/operations/suppress.rb
Instance Attribute Summary
Attributes included from MassiveRecord::ORM::Persistence::Operations
Instance Method Summary collapse
Methods included from MassiveRecord::ORM::Persistence::Operations
atomic_operation, destroy, force, #initialize, insert, reload, suppress, suppressed?, update
Instance Method Details
#execute ⇒ Object
8 9 10 |
# File 'lib/massive_record/orm/persistence/operations/suppress.rb', line 8 def execute true end |