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

Version Path
activeadmin-selleo-cms-0.0.14 config/routes.rb
activeadmin-selleo-cms-0.0.13 config/routes.rb
activeadmin-selleo-cms-0.0.12 config/routes.rb
activeadmin-selleo-cms-0.0.11 config/routes.rb
activeadmin-selleo-cms-0.0.10 config/routes.rb
activeadmin-selleo-cms-0.0.9 config/routes.rb
activeadmin-selleo-cms-0.0.8 config/routes.rb
activeadmin-selleo-cms-0.0.7 config/routes.rb
activeadmin-selleo-cms-0.0.6 config/routes.rb
activeadmin-selleo-cms-0.0.5 config/routes.rb
activeadmin-selleo-cms-0.0.4 config/routes.rb
activeadmin-selleo-cms-0.0.3 config/routes.rb
activeadmin-selleo-cms-0.0.2 config/routes.rb