Sha256: d7cd1e65dfa5e56fb445aaca3e12dcaa5d2d3db9825560ce7c03a6ea2a56dced

Contents?: true

Size: 339 Bytes

Versions: 33

Compression:

Stored size: 339 Bytes

Contents

Bhf::Engine.routes.draw do
  
  root to: 'application#index'
  
  get 'page/:page', to: 'pages#show', as: :page
  
  scope ':platform' do
    resources :entries, except: [:index] do
      put :sort, on: :collection
      post :duplicate, on: :member
      
      resources :embed_entries, except: [:index], as: :embed
    end
  end
  
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
bhf-0.10.12 config/routes.rb
bhf-0.10.11 config/routes.rb
bhf-0.10.10 config/routes.rb
bhf-0.10.9 config/routes.rb
bhf-0.9.9 config/routes.rb
bhf-0.9.8 config/routes.rb
bhf-0.9.7 config/routes.rb
bhf-0.9.6 config/routes.rb
bhf-0.9.5 config/routes.rb
bhf-0.9.4 config/routes.rb
bhf-0.9.3 config/routes.rb
bhf-0.9.2 config/routes.rb
bhf-0.9.1 config/routes.rb
bhf-0.9.0 config/routes.rb
bhf-0.8.7 config/routes.rb
bhf-0.8.6 config/routes.rb
bhf-0.8.5 config/routes.rb
bhf-0.8.4 config/routes.rb
bhf-0.8.3 config/routes.rb
bhf-0.8.2 config/routes.rb