Sha256: 7c057cda17a43e62cf60e7dd488c8ff28cefef27ce4490433ee6ed473aff4fde

Contents?: true

Size: 277 Bytes

Versions: 124

Compression:

Stored size: 277 Bytes

Contents

Rails.application.routes.draw do
  mount Workarea::Core::Engine => '/workarea'
  mount Workarea::Admin::Engine => '/admin', as: 'admin'
  mount Workarea::Storefront::Engine => '/', as: 'storefront'

  # For helper specs
  get '__test', to: 'tests#index' if Rails.env.test?
end

Version data entries

124 entries across 124 versions & 2 rubygems

Version Path
workarea-storefront-3.5.15 test/dummy/config/routes.rb
workarea-core-3.5.15 test/dummy/config/routes.rb
workarea-storefront-3.4.36 test/dummy/config/routes.rb
workarea-core-3.4.36 test/dummy/config/routes.rb
workarea-storefront-3.5.14 test/dummy/config/routes.rb
workarea-core-3.5.14 test/dummy/config/routes.rb
workarea-storefront-3.4.35 test/dummy/config/routes.rb
workarea-core-3.4.35 test/dummy/config/routes.rb
workarea-storefront-3.5.13 test/dummy/config/routes.rb
workarea-core-3.5.13 test/dummy/config/routes.rb
workarea-storefront-3.4.34 test/dummy/config/routes.rb
workarea-core-3.4.34 test/dummy/config/routes.rb
workarea-storefront-3.5.12 test/dummy/config/routes.rb
workarea-core-3.5.12 test/dummy/config/routes.rb
workarea-storefront-3.4.33 test/dummy/config/routes.rb
workarea-core-3.4.33 test/dummy/config/routes.rb
workarea-storefront-3.5.11 test/dummy/config/routes.rb
workarea-core-3.5.11 test/dummy/config/routes.rb
workarea-storefront-3.5.10 test/dummy/config/routes.rb
workarea-core-3.5.10 test/dummy/config/routes.rb