Sha256: 70f1e71e3302536930cbe46dd90e526433f9ca17325bb3b9f6c14af51bfd7237

Contents?: true

Size: 157 Bytes

Versions: 6

Compression:

Stored size: 157 Bytes

Contents

Brightcontent::Engine.routes.draw do
  resources :pages do
    collection do
      get :index
      post :rebuild
    end
  end
  root to: "pages#index"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
brightcontent-pages-2.0.33 config/routes.rb
brightcontent-pages-2.0.31 config/routes.rb
brightcontent-pages-2.0.30 config/routes.rb
brightcontent-pages-2.0.29 config/routes.rb
brightcontent-pages-2.0.28 config/routes.rb
brightcontent-pages-2.0.27 config/routes.rb