Sha256: c042bd8fdc995184b87e71e111e93ef7fb56f493f76c0c37fdf4a3f1b129269f
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
Rails.application.routes.draw do mount Workarea::Core::Engine => '/' mount Workarea::Admin::Engine => '/admin', as: 'admin' mount Workarea::Api::Engine => '/api', as: 'api' mount Workarea::Storefront::Engine => '/', as: 'storefront' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-kount-3.3.1 | test/dummy/config/routes.rb |
workarea-kount-3.3.0 | test/dummy/config/routes.rb |