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