Sha256: d356616c7ce51ca11340637850a550b5e44793bd9d8406405635f351e41026ab

Contents?: true

Size: 325 Bytes

Versions: 21

Compression:

Stored size: 325 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

21 entries across 21 versions & 1 rubygems

Version Path
bhf-1.0.0.beta16 config/routes.rb
bhf-1.0.0.beta15 config/routes.rb
bhf-1.0.0.beta14 config/routes.rb
bhf-1.0.0.beta13 config/routes.rb
bhf-1.0.0.beta12 config/routes.rb
bhf-1.0.0.beta11 config/routes.rb
bhf-1.0.0.beta10 config/routes.rb
bhf-1.0.0.beta9 config/routes.rb
bhf-1.0.0.beta8 config/routes.rb
bhf-1.0.0.beta7 config/routes.rb
bhf-1.0.0.beta6 config/routes.rb
bhf-1.0.0.beta5 config/routes.rb
bhf-1.0.0.beta4 config/routes.rb
bhf-1.0.0.beta3 config/routes.rb
bhf-1.0.0.beta2 config/routes.rb
bhf-1.0.0.beta1 config/routes.rb
bhf-0.10.17 config/routes.rb
bhf-0.10.16 config/routes.rb
bhf-0.10.15 config/routes.rb
bhf-0.10.14 config/routes.rb