Module: Punditry::Controller::ClassMethods

Defined in:
lib/punditry/controller.rb

Instance Method Summary collapse

Instance Method Details

#skip_authorization(options = {}) ⇒ Object



15
16
17
18
# File 'lib/punditry/controller.rb', line 15

def skip_authorization(options = {})
  skip_after_action(:verify_authorized, options)
  skip_after_action(:verify_policy_scoped, options)
end