rails typus routing error when creating user
i installed typus for a small rails application and i want to setup auth via mysql database and I followed the steps on the typus wiki sites. Everything works fine, but when I want to login to admin: localhost:3000/admin I have to enter an e-mail address and the开发者_开发知识库n I'll be routed to: http://localhost:3000/admin/account/new but I get a routing error. In my routes.rb config file I have only this line enabled: match ':controller(/:action(/:id(.:format)))'
I couldn't find any help. Thanks for any advice!
did you do all the installation steps? please copy-paste the output here:
- rake routes
- cat Gemfile |grep typus
- cat config/routes
精彩评论