Sha256: 34aa49b5312a72823c973fd9b9585e803527216c9fc66b3f0db4dec500bd0065
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::Seo::Engine, at: '/backend/cmor-seo-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cmor_seo-0.0.40.pre | spec/dummy/config/routes.rb |