ruby on rails - Devise path conflict with CMS path -


am creating rails app comfortable mexican sofa , devise gem, in devise path

 http://localhost:3000/users/sign_up  

it searching in cms_pages tables, how solve this?

in routes.rb file, used

 comfortablemexicansofa::routing.admin(:path => '/cms-admin')  comfortablemexicansofa::routing.content(:path => '/', :sitemap => false 

thanks in advance.

make sure comfortablemexicansofa::routing.content defined last. has globbing route clobbers defined after it.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -