Sha256: 5a0a13d6b71bda72189b662ba36fa2d966f381aa3316ed4f00ffafcbaed8ff24
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::Legal::Engine, at: '/backend/cmor-legal-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 mount Cmor::Cms::Engine, at: '/' # This one is greedy and has to go last! root to: redirect("/#{I18n.locale}") end
Version data entries
4 entries across 4 versions & 1 rubygems