提交 fa03fa77 编写于 作者: S Sean Griffin

Silence warning emitted in tests

The instance method `model_name` was being defined multiple times,
causing a redefinition warning.
上级 898bc73a
......@@ -216,6 +216,7 @@ def _singularize(string, replacement='_')
module Naming
def self.extended(base) #:nodoc:
base.class_eval do
remove_possible_method(:model_name)
delegate :model_name, to: :class
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册