2011-10-07 3 views

답변

12

사용을 시도 할 수보십시오 send

send("#{col_str}_greater_than".to_sym, 30) 
0

def self.greater_than(col_str='events') 
    self.send("#{col_str}_greater_than", 30) # search logic scope method 
end 
관련 문제