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.8.0 config/routes.rb
bhf-0.7.16 config/routes.rb
bhf-0.7.15 config/routes.rb
bhf-0.7.14 config/routes.rb
bhf-0.7.13 config/routes.rb
bhf-0.7.12 config/routes.rb
bhf-0.7.11 config/routes.rb
bhf-0.7.9 config/routes.rb
bhf-0.7.8 config/routes.rb
bhf-0.7.7 config/routes.rb
bhf-0.7.5 config/routes.rb
bhf-0.7.4 config/routes.rb
bhf-0.7.3 config/routes.rb