Resolving conflict entities.rb

parent d319133c
......@@ -1255,7 +1255,6 @@ module API
badge.type == 'ProjectBadge' ? 'project' : 'group'
end
end
<<<<<<< HEAD
def self.prepend_entity(klass, with: nil)
if with.nil?
......@@ -1265,8 +1264,6 @@ module API
klass.descendants.each { |descendant| descendant.prepend(with) }
klass.prepend(with)
end
=======
>>>>>>> upstream/master
end
end
......
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