我添加了一個:username_or_email屬性,以我的用戶模型,例如: class User < ActiveRecord::Base
#authlogic
acts_as_authentic do |c|
c.login_field = :username_or_email
end
#virtual field for allowing
我有這樣的: class ProposalsController < ApplicationController
def forkIt
return "FFFFFUUUU"
end
end
但是,當我試圖訪問方法(這樣我就可以把我的FFFFUUUU RAGE)它告訴我,這樣的方法是不確定的。 現在,我讀的地方,我需要,使之獲得,所以這次來到 class Pro