Sha256: 68c4fbb23e2cf9d5956a646abd51a0a6a497e2b8b65e1a16184bbd4febbc1c2e

Contents?: true

Size: 296 Bytes

Versions: 8

Compression:

Stored size: 296 Bytes

Contents

Tramway::SportSchool::Engine.routes.draw do
  mount Tramway::User::Engine, at: '/users'
  mount Tramway::Admin::Engine, at: '/admin'
  mount Tramway::News::Engine, at: '/'

  root to: 'web/welcome#index'

  scope module: :web do
    resource :session, only: [ :new, :create, :destroy ]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-sport_school-1.1.3.2 config/routes.rb
tramway-sport_school-1.1.3.1 config/routes.rb
tramway-sport_school-1.1.3.trash config/routes.rb
tramway-sport_school-1.1.3 config/routes.rb
tramway-sport_school-1.1.2 config/routes.rb
tramway-sport_school-1.1.1 config/routes.rb
tramway-sport_school-1.1 config/routes.rb
tramway-sport_school-1.0 config/routes.rb