Specifically, I\'m using Devise with Typus. But, I think my misunderstanding resides in my knowledge of Devise.
I want to change admin route path for typus开发者_开发问答 on rails3.1. [Before] localhost:3000/admin
Gemfile: gem \'rails\', \'3.1.0.rc4\' gem \'typus\', :git => \'http://github.com/typus/typus\', :branch => \'3-1-unstable\'
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:
河北小琴琴 2022-03-20 06:38 开发者_Go百科 先物考虑