Sha256: c43a058072ace02bd3a950a214c29c7c5b504d3e8c6826ea42531f1cd7dd5332
Contents?: true
Size: 373 Bytes
Versions: 45
Compression:
Stored size: 373 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::UserArea::Backend::Engine, at: '/backend/cmor-user-area-backend-engine' end mount Cmor::UserArea::Engine, at: '/' # 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
45 entries across 45 versions & 1 rubygems