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