Sha256: ac243fe3b1963653585829f175e86d5dd05c158fec3b8b476c7cc2dc396b638b

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

Chive::Engine.routes.draw do
  get '/', to: 'articles#index', as: 'articles'
  get '/:slug', to: 'articles#show', as: 'article', slug: :slug
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chive-0.0.3 config/routes.rb
chive-0.0.2 config/routes.rb
chive-0.0.1 config/routes.rb