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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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