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    
articular / config / routes.rb
Size: Mime:
Articular::Engine.routes.draw do
  get ':year/:month/:id' => 'articles#show', :as => :article

  resources :articles, :only => [:index], :path => '' do
    get ':year/:month' => 'articles#archive', :on => :collection, :as => :archive
  end
end