Sha256: 54f5d022d724f8d9f3d3e892798930674f9bbd58a562a818f828a5a4b482e9bf
Contents?: true
Size: 420 Bytes
Versions: 3
Compression:
Stored size: 420 Bytes
Contents
Rails.application.routes.draw do namespace :bhf, :path => Bhf::Engine.config.mount_at do root :to => 'application#index' get 'page/:page', :to => 'pages#show', :as => :page scope ':platform' do resources :entries, :except => [:index, :show] do resources :embed_entries, :except => [:index, :show], :as => :embed put :sort, :on => :collection end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bhf-0.4.2.2 | config/routes.rb |
bhf-0.4.2.1 | config/routes.rb |
bhf-0.4.2 | config/routes.rb |