Sha256: b164b7b62b666213c3a073d64a6f1f5446ade07d2d9d0c491a89b48dcc0ce4d9

Contents?: true

Size: 426 Bytes

Versions: 41

Compression:

Stored size: 426 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

  match "/logged_in_page" => "welcome#logged_in_page", as: :logged_in_page

  root to: 'welcome#index'

end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
contour-1.3.0 test/dummy/config/routes.rb
contour-1.3.0.pre test/dummy/config/routes.rb
contour-1.2.1 test/dummy/config/routes.rb
contour-1.2.0 test/dummy/config/routes.rb
contour-1.2.0.pre8 test/dummy/config/routes.rb
contour-1.2.0.pre7 test/dummy/config/routes.rb
contour-1.2.0.pre6 test/dummy/config/routes.rb
contour-1.2.0.pre5 test/dummy/config/routes.rb
contour-1.2.0.pre4 test/dummy/config/routes.rb
contour-1.2.0.pre3 test/dummy/config/routes.rb
contour-1.2.0.pre2 test/dummy/config/routes.rb
contour-1.1.3 test/dummy/config/routes.rb
contour-1.2.0.pre test/dummy/config/routes.rb
contour-1.1.3.pre2 test/dummy/config/routes.rb
contour-1.1.3.pre test/dummy/config/routes.rb
contour-1.1.2 test/dummy/config/routes.rb
contour-1.1.2.pre2 test/dummy/config/routes.rb
contour-1.1.2.pre test/dummy/config/routes.rb
contour-1.1.1 test/dummy/config/routes.rb
contour-1.1.0 test/dummy/config/routes.rb