我试过这个:
User.find(1).update_attribute('first_name', '#{first.name.titleize}')
=> /#{first.name.titleize}
我不确定还有其他方法可以做到这一点。
非常感谢
我试过这个:
User.find(1).update_attribute('first_name', '#{first.name.titleize}')
=> /#{first.name.titleize}
我不确定还有其他方法可以做到这一点。
非常感谢