Sha256: f984db5b0a9497d01be121af9501c405faa7f78f3ca170ceb2fe2f3c8c0fef6d
Contents?: true
Size: 314 Bytes
Versions: 12
Compression:
Stored size: 314 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::Showcase::Engine, at: '/backend/cmor-showcase-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
Version data entries
12 entries across 12 versions & 1 rubygems