Commit e4cce2d6 authored by Rajendra Kadam's avatar Rajendra Kadam

Maintain consistency in overriding methods

parent dc9b9abe
......@@ -36,10 +36,10 @@ module Gitlab
'SELECT ' + args.map {|arg| "(#{arg})" }.join(' + ')
end
def maximum_id(relation)
def maximum_id(model)
end
def minimum_id(relation)
def minimum_id(model)
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment