Sha256: 79761c92d679051ed8c6b835b9cbd955a3992c4745cf04cc5a8f54e52ef5f76c
Contents?: true
Size: 856 Bytes
Versions: 65
Compression:
Stored size: 856 Bytes
Contents
Rails.application.routes.draw do get '/auth/failure' => 'contour/authentications#failure' post '/auth/:provider/callback' => 'contour/authentications#create' get '/auth/:provider' => 'contour/authentications#passthru' get '/contour' => 'contour/samples#index' resources :authentications, controller: 'contour/authentications' # devise_for :users, controllers: { registrations: 'contour/registrations', # sessions: 'contour/sessions', # passwords: 'contour/passwords', # confirmations: 'contour/confirmations', # unlocks: 'contour/unlocks' }, # path_names: { sign_up: 'register', # sign_in: 'login' } end
Version data entries
65 entries across 65 versions & 1 rubygems