Module: Shipit::Authentication::ClassMethods
- Defined in:
- app/controllers/concerns/shipit/authentication.rb
Instance Method Summary collapse
Instance Method Details
#skip_authentication(*args) ⇒ Object
12 13 14 |
# File 'app/controllers/concerns/shipit/authentication.rb', line 12 def skip_authentication(*args) skip_before_action(:force_github_authentication, *args) end |