Rails 3:通过 form_for 使用非 Active Record 对象
有任何文档或建议吗?
Is there any documentation, or advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有任何文档或建议吗?
Is there any documentation, or advice?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以使用活动模型,
请查看此处。
查看源代码 Github。
You can use Active Model
Take a look here.
Look at the source code at Github.
使用 ActiveAttr 是执行此操作的更现代的方法。
宝石:https://github.com/cgriego/active_attr
Railscast:http://railscasts.com/episodes/326-activeattr
Using ActiveAttr is the more modern way of doing this.
Gem: https://github.com/cgriego/active_attr
Railscast: http://railscasts.com/episodes/326-activeattr