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