提交 8d11a8f2 编写于 作者: R Richard Schneeman

Merge pull request #25001 from Neodelf/typos

Rename test method
......@@ -65,7 +65,7 @@ def make_model(name)
Class.new(ActiveRecord::Base) { define_singleton_method(:name) { name } }
end
def test_ordered_habtm
def test_ordered_has_many_through
person_prime = Class.new(ActiveRecord::Base) do
def self.name; 'Person'; end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册