Method: Norman::ActiveModel::InstanceMethods#destroy

Defined in:
lib/norman/active_model.rb

#destroyObject



113
114
115
# File 'lib/norman/active_model.rb', line 113

def destroy
  run_callbacks(:destroy) { delete }
end