Method: Strongbolt::BoltedController::InstanceMethods#cannot?
- Defined in:
- lib/strongbolt/bolted_controller.rb
#cannot?(*args) ⇒ Boolean
142 143 144 |
# File 'lib/strongbolt/bolted_controller.rb', line 142 def cannot?(*args) Strongbolt.current_user.cannot?(*args) end |