新手问题 How to valid the ActiveRecord object use special validation ?

whitecrow · 2013年03月05日 · 最后由 whitecrow 回复于 2013年03月05日 · 1588 次阅读
def self.duplicated_full_name_profiles
     validates_uniqueness_of :first_name, scope: :last_name
     #(xxxxxxxxxxxxxx)
end
需要 登录 后方可回复, 如果你还没有账号请 注册新账号