2011-04-05 61 views
1

我得到一個錯誤,acts_as_authentic是不確定的軌道3,紅寶石1.9.2的Rails 3 Authlogic acts_as_authentic不確定

我的Gemfile有:寶石 'authlogic'

命令 「包秀authlogic」 節目其中authlogic安裝

我acts_as_authentic正確的路徑顯示在控制器:

class User < ActiveRecord::Base 
    acts_as_authentic do |c| 
    c.login_field = :phone 
    end 
end 

讓我知道是否有其他任何會是有幫助的,我是新來的鐵路,所以我不完全確定要發佈什麼。

謝謝

回答

2

出於某種原因,我總是在我弄明白之前就問StackOverflow問題。我需要重新啓動rails服務器才能正常工作。