提交 4a95688e 编写于 作者: C Carlos Antonio da Silva

Merge pull request #19937 from tak1n/master

Fixed typo in documentation
...@@ -147,8 +147,8 @@ class TooManyRecords < ActiveRecordError ...@@ -147,8 +147,8 @@ class TooManyRecords < ActiveRecordError
# has_many :posts # has_many :posts
# accepts_nested_attributes_for :posts, reject_if: :reject_posts # accepts_nested_attributes_for :posts, reject_if: :reject_posts
# #
# def reject_posts(attributed) # def reject_posts(attributes)
# attributed['title'].blank? # attributes['title'].blank?
# end # end
# end # end
# #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册