Sha256: fbc8d303c5481f5adb5e5ce98a175d06a2825190142055ccabd96c017a1c5e9c
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
Rails.application.routes.draw do localized do mount Cmor::Seo::Engine, at: '/backend/cmor-seo-engine' end resources :pages resources :posts # 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
9 entries across 9 versions & 1 rubygems