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.27 test/dummy/config/routes.rb
workarea-core-3.5.27 test/dummy/config/routes.rb
workarea-storefront-3.5.26 test/dummy/config/routes.rb
workarea-core-3.5.26 test/dummy/config/routes.rb
workarea-storefront-3.4.45 test/dummy/config/routes.rb
workarea-core-3.4.45 test/dummy/config/routes.rb
workarea-storefront-3.5.25 test/dummy/config/routes.rb
workarea-core-3.5.25 test/dummy/config/routes.rb
workarea-storefront-3.5.23 test/dummy/config/routes.rb
workarea-core-3.5.23 test/dummy/config/routes.rb
workarea-storefront-3.4.44 test/dummy/config/routes.rb
workarea-core-3.4.44 test/dummy/config/routes.rb
workarea-storefront-3.5.22 test/dummy/config/routes.rb
workarea-core-3.5.22 test/dummy/config/routes.rb
workarea-storefront-3.4.43 test/dummy/config/routes.rb
workarea-core-3.4.43 test/dummy/config/routes.rb
workarea-storefront-3.5.21 test/dummy/config/routes.rb
workarea-core-3.5.21 test/dummy/config/routes.rb
workarea-storefront-3.4.42 test/dummy/config/routes.rb
workarea-core-3.4.42 test/dummy/config/routes.rb