Method: Fixably::ActionPolicy#delete!
- Defined in:
- lib/fixably/action_policy.rb
#delete! ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'lib/fixably/action_policy.rb', line 29 def delete! return true if delete? raise( UnsupportedError, "Fixably does not support deleting #{resource_name}" ) end |