Method: Strongbolt::BoltedController::ClassMethods#skip_all_authorization
- Defined in:
- lib/strongbolt/bolted_controller.rb
#skip_all_authorization(opts = {}) ⇒ Object
Skip all authorization checking for the controller, or a subset of actions
73 74 75 76 |
# File 'lib/strongbolt/bolted_controller.rb', line 73 def (opts = {}) opts around_action :disable_authorization, opts end |