Resolving conflict entities.rb

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