Skip to content
代码片段 群组 项目
提交 e4cce2d6 编辑于 作者: Rajendra Kadam's avatar Rajendra Kadam
浏览文件

Maintain consistency in overriding methods

上级 dc9b9abe
No related branches found
No related tags found
无相关合并请求
...@@ -36,10 +36,10 @@ def add(*args) ...@@ -36,10 +36,10 @@ def add(*args)
'SELECT ' + args.map {|arg| "(#{arg})" }.join(' + ') 'SELECT ' + args.map {|arg| "(#{arg})" }.join(' + ')
end end
def maximum_id(relation) def maximum_id(model)
end end
def minimum_id(relation) def minimum_id(model)
end end
private private
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册