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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -