Module: Shipit::Authentication::ClassMethods

Defined in:
app/controllers/concerns/shipit/authentication.rb

Instance Method Summary collapse

Instance Method Details

#skip_authentication(*args) ⇒ Object



13
14
15
# File 'app/controllers/concerns/shipit/authentication.rb', line 13

def skip_authentication(*args)
  skip_before_action(:force_github_authentication, *args)
end