Method: Fixably::Actions#destroy

Defined in:
lib/fixably/actions.rb

#destroyObject



121
122
123
124
# File 'lib/fixably/actions.rb', line 121

def destroy
  ActionPolicy.new(resource: self).delete!
  super()
end