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.4.32 test/dummy/config/routes.rb
workarea-core-3.4.32 test/dummy/config/routes.rb
workarea-storefront-3.5.9 test/dummy/config/routes.rb
workarea-core-3.5.9 test/dummy/config/routes.rb
workarea-storefront-3.4.31 test/dummy/config/routes.rb
workarea-core-3.4.31 test/dummy/config/routes.rb
workarea-storefront-3.5.8 test/dummy/config/routes.rb
workarea-core-3.5.8 test/dummy/config/routes.rb
workarea-storefront-3.4.30 test/dummy/config/routes.rb
workarea-core-3.4.30 test/dummy/config/routes.rb
workarea-storefront-3.5.7 test/dummy/config/routes.rb
workarea-core-3.5.7 test/dummy/config/routes.rb
workarea-storefront-3.4.29 test/dummy/config/routes.rb
workarea-core-3.4.29 test/dummy/config/routes.rb
workarea-storefront-3.5.6 test/dummy/config/routes.rb
workarea-core-3.5.6 test/dummy/config/routes.rb
workarea-storefront-3.4.28 test/dummy/config/routes.rb
workarea-core-3.4.28 test/dummy/config/routes.rb
workarea-storefront-3.5.5 test/dummy/config/routes.rb
workarea-core-3.5.5 test/dummy/config/routes.rb