Commit 730149d8 authored by Jan Provaznik's avatar Jan Provaznik

Fixed entity conflict

parent 53bf08fa
...@@ -1466,7 +1466,6 @@ module API ...@@ -1466,7 +1466,6 @@ module API
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?
raise ArgumentError, 'You need to pass either the :with or :namespace option!' raise ArgumentError, 'You need to pass either the :with or :namespace option!'
...@@ -1488,8 +1487,6 @@ module API ...@@ -1488,8 +1487,6 @@ module API
expose :id, :name, :approval_status expose :id, :name, :approval_status
end end
=======
>>>>>>> upstream/master
class ResourceLabelEvent < Grape::Entity class ResourceLabelEvent < Grape::Entity
expose :id expose :id
expose :user, using: Entities::UserBasic expose :user, using: Entities::UserBasic
......
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