7 8 9
# File 'lib/mongo_mapper/plugins/callbacks.rb', line 7 def destroy run_callbacks(:destroy) { super } end
11 12 13
# File 'lib/mongo_mapper/plugins/callbacks.rb', line 11 def touch(*) run_callbacks(:touch) { super } end