Sha256: 646ec51b7afdaaf29315a3a6dc896971cd7b089b6f5c537fa8e9af63a8885fff
Contents?: true
Size: 863 Bytes
Versions: 41
Compression:
Stored size: 863 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', # confirmations: 'contour/confirmations', # unlocks: 'contour/unlocks' }, # path_names: { sign_up: 'register', # sign_in: 'login' } end
Version data entries
41 entries across 41 versions & 1 rubygems