提交 f3b8a0d3 编写于 作者: R Robin Dupret

Fix a few typos [ci skip]

上级 fe62df5e
......@@ -12,7 +12,7 @@ def initialize(e)
end
end
# Raised when an unsupporter argument type is being set as job argument. We
# Raised when an unsupported argument type is being set as job argument. We
# currently support NilClass, Fixnum, Float, String, TrueClass, FalseClass,
# Bignum and object that can be represented as GlobalIDs (ex: Active Record).
# Also raised if you set the key for a Hash something else than a string or
......
......@@ -1291,7 +1291,7 @@ def has_many(name, scope = nil, options = {}, &extension)
# when you access the associated object.
#
# Scope examples:
# has_one :auther, -> { where(comment_id: 1) }
# has_one :author, -> { where(comment_id: 1) }
# has_one :employer, -> { joins(:company) }
# has_one :dob, ->(dob) { where("Date.new(2000, 01, 01) > ?", dob) }
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册