Module: CassandraObject::Callbacks

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/cassandra_object/callbacks.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject

:nodoc:



15
16
17
# File 'lib/cassandra_object/callbacks.rb', line 15

def destroy #:nodoc:
  _run_destroy_callbacks { super }
end

#touchObject

:nodoc:



19
20
21
# File 'lib/cassandra_object/callbacks.rb', line 19

def touch(*) #:nodoc:
  _run_touch_callbacks { super }
end