Sha256: af550e7fafecbd287b25af8e2980f89ee78f119cd28c92f9cdb3d9c4f0b8a2da

Contents?: true

Size: 346 Bytes

Versions: 16

Compression:

Stored size: 346 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, :show], as: :embed
    end
  end
  
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bhf-0.7.2 config/routes.rb
bhf-0.7.1 config/routes.rb
bhf-0.7.0.rc3 config/routes.rb
bhf-0.7.0.rc2 config/routes.rb
bhf-0.7.0.rc1 config/routes.rb
bhf-0.6.32 config/routes.rb
bhf-0.6.31 config/routes.rb
bhf-0.6.30 config/routes.rb
bhf-0.6.29 config/routes.rb
bhf-0.6.28 config/routes.rb
bhf-0.6.27 config/routes.rb
bhf-0.6.26 config/routes.rb
bhf-0.6.25 config/routes.rb
bhf-0.6.24 config/routes.rb
bhf-0.6.23 config/routes.rb
bhf-0.6.22 config/routes.rb