Module: CassandraObject::Callbacks
Instance Method Summary collapse
-
#destroy ⇒ Object
:nodoc:.
-
#touch ⇒ Object
:nodoc:.
Instance Method Details
#destroy ⇒ Object
:nodoc:
15 16 17 |
# File 'lib/cassandra_object/callbacks.rb', line 15 def destroy #:nodoc: _run_destroy_callbacks { super } end |
#touch ⇒ Object
:nodoc:
19 20 21 |
# File 'lib/cassandra_object/callbacks.rb', line 19 def touch(*) #:nodoc: _run_touch_callbacks { super } end |