Method: Fixably::ActionPolicy#update!

Defined in:
lib/fixably/action_policy.rb

#update!Object

Raises:



68
69
70
71
72
73
74
75
# File 'lib/fixably/action_policy.rb', line 68

def update!
  return true if update?

  raise(
    UnsupportedError,
    "Fixably does not support updating #{resource_name}"
  )
end