comfy / comfy-blog

Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
MIT License
106 stars 86 forks source link

Comfy-Blog routes are not identited #59

Closed railsfactory-bhaskararao closed 6 years ago

railsfactory-bhaskararao commented 8 years ago
 gem 'comfortable_mexican_sofa', '~> 1.12', '>= 1.12.8'
 gem 'comfy_blog', '1.12.3'

routes;

comfy_route :blog_admin, :path => '/adminblog'
comfy_route :blog, :path => '/blog'

comfy_route :cms_admin, :path => '/cms'
comfy_route :cms, :path => '/pages', :sitemap => false

When navigated to http://0.0.0.0:3000/adminblog

blog_routes_not_identified

but cms working fine. Can some tell me how to make this blog work with cms?

GBH commented 6 years ago

This definitely work in 2.0. Just as a note, both blog and cms can share same /admin path