Sha256: 6db40104e7c6499935f9b01fa656ac2ac4fd67020234a7c36b571cd15f7eabc5

Contents?: true

Size: 327 Bytes

Versions: 37

Compression:

Stored size: 327 Bytes

Contents

Rails.application.routes.draw do

  localized do
    mount Cmor::System::Backend::Engine, at: '/backend/cmor-system-backend-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

37 entries across 37 versions & 1 rubygems

Version Path
cmor_system_backend-0.0.22.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.21.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.20.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.19.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.18.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.17.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.16.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.15.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.14.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.13.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.12.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.11.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.10.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.9.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.8.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.7.pre spec/dummy/config/routes.rb
cmor_system_backend-0.0.6.pre spec/dummy/config/routes.rb