113 114 115
# File 'lib/norman/active_model.rb', line 113 def destroy run_callbacks(:destroy) { delete } end