2008年7月29日 星期二

check model has this method


respond_to? 判斷是不是model是不是有這個method

User.respond_to?("name") => true

User.respond_to?("abc") => false

沒有留言: