我有一個用devise註冊新用戶的問題。在我的索引頁上,我有這個:Rails 3:與設計的sign_up
<%= link_to 'New User', new_user_registration_path %>
當我點擊鏈接時,索引頁面會重新加載。如果我在驗證頁面上點擊sign_up鏈接,沒有任何問題,但是從驗證用戶的索引頁面出現問題。我在日誌中看到:
Redirected to http://localhost:3000
這是screen。目標是管理員可以創建一個新用戶。
您應該接受答案。 – 2011-05-20 03:02:50
[Rails 3:Problem with Devise]的可能重複(http://stackoverflow.com/questions/6061552/rails-3-problem-with-devise) – sawa 2011-05-20 10:00:01