作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有两个模型
class SurveyResponse
has_many :answers, :class_name => SurveyResponseAnswer.name
accepts_nested_attributes_for :answers
end
class SurveyResponseAnswer
belongs_to :survey_response
validates_presence_of :answer_text
end
en:
activerecord:
models:
survey_response:
answers: "Response"
最佳答案
试试这个:
en:
activerecord:
models:
survey_response:
answers:
answer_text: "Response"
en:
activerecord:
attributes:
survey_response:
answers:
answer_text: "Response"
关于ruby-on-rails - Rails I18n accepts_nested_attributes_for和error_messages_for,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3058968/
我正在阅读一本旧书(2008 年)来学习 ruby,它适用于 rails 2.0.2。 我决定使用 Rails 3 来找出当时的 ruby 与现在的区别。到目前为止,大部分都很好,我很容易找到
如何将此前端逻辑从 erb 移植到 jsp/jSTL? 是否有任何 Java 库可以执行类似的操作? 最佳答案 将它们维护在Map中在业务代码中,将其放入请求范围中,如下所示: Map messag
我是一名优秀的程序员,十分优秀!