Sha256: 7b305723935bf3f82208019b2f178d57747df0a648540756b3698e57a8236dbc

Contents?: true

Size: 423 Bytes

Versions: 10

Compression:

Stored size: 423 Bytes

Contents

Rails.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

10 entries across 10 versions & 1 rubygems

Version Path
contour-3.0.1 test/dummy/config/routes.rb
contour-3.0.1.rc test/dummy/config/routes.rb
contour-3.0.0 test/dummy/config/routes.rb
contour-3.0.0.rc test/dummy/config/routes.rb
contour-3.0.0.beta1 test/dummy/config/routes.rb
contour-2.7.0 test/dummy/config/routes.rb
contour-2.7.0.beta1 test/dummy/config/routes.rb
contour-2.6.0 test/dummy/config/routes.rb
contour-2.6.0.rc test/dummy/config/routes.rb
contour-2.6.0.beta8 test/dummy/config/routes.rb