Sha256: 7e1378b44b17b62a6bfa3c42efd7cc65819f1111e5116a4b402511179b1a962c
Contents?: true
Size: 438 Bytes
Versions: 43
Compression:
Stored size: 438 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::Cms::Backend::Engine, at: '/backend/cmor-cms-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
43 entries across 43 versions & 1 rubygems