Sha256: c0cfdb4a35b2ab27ddc51e5c56db57d170f71598a277639c0e8d6beb0e54b6f4
Contents?: true
Size: 563 Bytes
Versions: 3
Compression:
Stored size: 563 Bytes
Contents
Rails.application.routes.draw do mount Ckeditor::Engine => '/ckeditor' scope ":locale", :locale => /\w{2}/ do scope "search" do resources :searches, path: '', only: [:show] end # TODO refactor resources :pages, path: '', only: [:show, :index] do resources :pages, path: '', only: [:show] do resources :pages, path: '', only: [:show] do resources :pages, path: '', only: [:show] end end end end match ':locale' => 'pages#show' root to: 'pages#show' resources :locales, only: :show end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-selleo-cms-0.0.18 | config/routes.rb |
activeadmin-selleo-cms-0.0.17 | config/routes.rb |
activeadmin-selleo-cms-0.0.16 | config/routes.rb |