I wrote this simple method:
我写了这个简单的方法:
def has_kontakt?(*depa)
return JSON.parse(self.kontakte).include?(*depa.to_s)
end
deI wrote this simple method:
我写了这个简单的方法:
def has_kontakt?(*depa)
return JSON.parse(self.kontakte).include?(*depa.to_s)
end
de