Sha256: e9d2e387aa38d4a6ed0097f92b74b912703e2d97bf77c601284d26feeb5b587b
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
Ecm::Blog::Engine.routes.draw do localized do scope :ecm_blog_engine do resources :posts, only: [:index, :show] do get 'page/:page', action: :index, on: :collection end root to: 'posts#index' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecm_blog-1.2.1 | config/routes.rb |
ecm_blog-1.2.0 | config/routes.rb |