Sha256: e9c7db4345feba77dbe75ffcfedd2ced675ac0f0a438de07e38960ac7fb0f4e9

Contents?: true

Size: 596 Bytes

Versions: 5

Compression:

Stored size: 596 Bytes

Contents

Rails.application.routes.draw do

  get '/contour' => 'contour/samples#index'

  # 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

5 entries across 5 versions & 1 rubygems

Version Path
contour-3.0.1 config/routes.rb
contour-3.0.1.rc config/routes.rb
contour-3.0.0 config/routes.rb
contour-3.0.0.rc config/routes.rb
contour-3.0.0.beta1 config/routes.rb