Method: Fixably::ActionPolicy#list!
- Defined in:
- lib/fixably/action_policy.rb
#list! ⇒ Object
42 43 44 45 46 47 48 49 |
# File 'lib/fixably/action_policy.rb', line 42 def list! return true if list? raise( UnsupportedError, "Fixably does not support listing #{resource_name}" ) end |