Method: Fixably::ActionPolicy#show!

Defined in:
lib/fixably/action_policy.rb

#show!Object

Raises:



55
56
57
58
59
60
61
62
# File 'lib/fixably/action_policy.rb', line 55

def show!
  return true if show?

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