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