Sha256: 54540169d13f26c3c4331f3ec485f4616a7e49b243996159eb9732c9531dac57
Contents?: true
Size: 424 Bytes
Versions: 60
Compression:
Stored size: 424 Bytes
Contents
Dummy::Application.routes.draw do 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' } resources :users get "/logged_in_page" => "welcome#logged_in_page", as: :logged_in_page root to: 'welcome#index' end
Version data entries
60 entries across 60 versions & 1 rubygems