Module: Pollett::Controller::ClassMethods
- Defined in:
- app/controllers/concerns/pollett/controller.rb
Instance Method Summary collapse
Instance Method Details
#skip_authentication(options = {}) ⇒ Object
14 15 16 |
# File 'app/controllers/concerns/pollett/controller.rb', line 14 def skip_authentication( = {}) skip_before_action(:authenticate!, ) end |