cms-fortress
cms-fortress copied to clipboard
Default route inserted when already exists
- generate comfy
- generate fortress
comfy_route :cms_admin, :path => '/cms-admin'
Make sure this routeset is defined last
comfy_route :cms, :path => '/', :sitemap => false
comfy_route :cms_admin, :path => '/admin'
Make sure this routeset is defined last
comfy_route :cms, :path => '/', :sitemap => false