Sha256: eab709c4ff7eb7613336c688a6d76c1c913fe46f11fc280ef92770f2a6ace1c1

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

Rails.application.routes.draw do

  localized do
    mount Cmor::System::Engine, at: '/backend/cmor-system-engine'
  end
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  localized do
    mount Administrador::Engine, at: '/administrador-engine'
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cmor_system-0.0.51.pre spec/dummy/config/routes.rb
cmor_system-0.0.50.pre spec/dummy/config/routes.rb
cmor_system-0.0.49.pre spec/dummy/config/routes.rb
cmor_system-0.0.48.pre spec/dummy/config/routes.rb
cmor_system-0.0.45.pre spec/dummy/config/routes.rb
cmor_system-0.0.44.pre spec/dummy/config/routes.rb