Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
neoteric-news / config / routes.rb
Size: Mime:
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