提交 89b96c03 编写于 作者: B Bryan Woods

Active Model lint - fix minor typos

上级 538b7b97
......@@ -56,7 +56,7 @@ def test_valid?
# Returns a boolean that specifies whether the object has been persisted yet.
# This is used when calculating the URL for an object. If the object is
# not persisted, a form for that object, for instance, will be POSTed to the
# collection. If it is persisted, a form for the object will put PUTed to the
# collection. If it is persisted, a form for the object will be PUT to the
# URL for the object.
def test_persisted?
assert model.respond_to?(:persisted?), "The model should respond to persisted?"
......@@ -65,7 +65,7 @@ def test_persisted?
# == Naming
#
# Model.model_name must returns a string with some convenience methods as
# Model.model_name must return a string with some convenience methods as
# :human and :partial_path. Check ActiveModel::Naming for more information.
#
def test_model_naming
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册