Sha256: 9cf428671a661155561554f2bf52d06f75c9605e2867342e9c4e43db422762ea
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 Bytes
Contents
Rails.application.routes.draw do match '/auth/:provider/callback', to: 'odania_omniauth_authentication/sessions#create', via: [:get, :post], as: 'authentication' match '/logout', to: 'odania_omniauth_authentication/sessions#destroy', via: [:get, :post], as: 'logout' get '/sign_up', to: 'odania_omniauth_authentication/sessions#new', as: 'sign_up' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
odania_omniauth_authentication-0.0.2 | config/routes.rb |
odania_omniauth_authentication-0.0.1 | config/routes.rb |