Sha256: 89f518a829f79ccee58d057f5b2ca486d4685ad8ff92511e7a77aab44b1c3eae

Contents?: true

Size: 227 Bytes

Versions: 9

Compression:

Stored size: 227 Bytes

Contents

Homeland::Press::Engine.routes.draw do
  resources :posts do
    collection do
      get :upcoming
      post :preview
    end
    member do
      put :publish
    end
  end
  namespace :admin do
    resources :posts
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
homeland-press-0.4.2 config/routes.rb
homeland-press-0.4.1 config/routes.rb
homeland-press-0.4.0 config/routes.rb
homeland-press-0.3.4 config/routes.rb
homeland-press-0.3.3 config/routes.rb
homeland-press-0.3.2 config/routes.rb
homeland-press-0.3.1 config/routes.rb
homeland-press-0.2.1 config/routes.rb
homeland-press-0.2.0 config/routes.rb