Sha256: bc226288b322c9e8253fdadfcbac7d1ab61518a77b14fdd3874a0059bf2ce88d

Contents?: true

Size: 358 Bytes

Versions: 10

Compression:

Stored size: 358 Bytes

Contents

Dummy::Application.routes.draw do

  devise_for :users, controllers: { registrations: 'contour/registrations', sessions: 'contour/sessions', passwords: 'contour/passwords' }, 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

10 entries across 10 versions & 1 rubygems

Version Path
contour-1.0.0.beta5 test/dummy/config/routes.rb
contour-1.0.0.beta4 test/dummy/config/routes.rb
contour-1.0.0.beta3 test/dummy/config/routes.rb
contour-1.0.0.beta2 test/dummy/config/routes.rb
contour-1.0.0.beta test/dummy/config/routes.rb
contour-0.10.2 test/dummy/config/routes.rb
contour-0.10.1 test/dummy/config/routes.rb
contour-0.10.0 test/dummy/config/routes.rb
contour-0.9.4 test/dummy/config/routes.rb
contour-0.9.3 test/dummy/config/routes.rb