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