Sha256: 9a9abf5af843c55cadb12642f4a0ab4d8cbca15d5b48ea431f5fa9d935e44038

Contents?: true

Size: 232 Bytes

Versions: 9

Compression:

Stored size: 232 Bytes

Contents

Rails.application.routes.draw do
  devise_for :users
  get 'static/home'
  get 'static/generic_error'
  get 'static/long_error'
  get 'static/log'

  resources :users

  mount Errdo::Engine => "/errdo"

  root to: "static#home"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
errdo-0.12.1 test/dummy/config/routes.rb
errdo-0.12.0 test/dummy/config/routes.rb
errdo-0.11.6 test/dummy/config/routes.rb
errdo-0.11.5 test/dummy/config/routes.rb
errdo-0.11.4 test/dummy/config/routes.rb
errdo-0.11.3 test/dummy/config/routes.rb
errdo-0.11.2 test/dummy/config/routes.rb
errdo-0.11.1 test/dummy/config/routes.rb
errdo-0.11.0 test/dummy/config/routes.rb