Repository URL to install this package:
Version:
0.3.0 ▾
|
NeotericNews::Engine.routes.draw do
get ':year/:month/:id' => 'posts#show', :as => :post
resources :posts, :only => [:index], :path => '' do
get ':year/:month' => 'posts#archive', :on => :collection, :as => :archive
end
end