cms-fortress icon indicating copy to clipboard operation
cms-fortress copied to clipboard

Default route inserted when already exists

Open espen opened this issue 10 years ago • 0 comments

  1. generate comfy
  2. 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

espen avatar May 19 '14 05:05 espen