Sha256: 17f2c73c80b11809c40495d5b1c38ffddd0cf44343c47beaf8b4df26f1da52be
Contents?: true
Size: 323 Bytes
Versions: 13
Compression:
Stored size: 323 Bytes
Contents
ActiveadminSelleoCms::Engine.routes.draw do mount Ckeditor::Engine => '/ckeditor' scope ":locale", :locale => /\w{2}/ do scope "search" do resources :searches, path: '', only: [:show] end resources :pages, path: '', only: [:show] end match ':locale' => 'pages#show' root to: 'pages#show' end
Version data entries
13 entries across 13 versions & 1 rubygems