Rails 属性覆盖
我有一个带有属性“名称”的模型。我希望能够创建一个返回 name.capitalize 的吸气剂“名称”。
但问题是,保存模型时,大写名称会写入数据库。建议?
I have a Model with an attriubte "name". I would like to be able to create a getter "name" that returns name.capitalize.
The problem, however, is that when the model is saved, the capitalized name is being written to the database. Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最好使用方法的另一个名称
and better to use another name for method