summaryrefslogtreecommitdiff
path: root/app/serializers/issuable_entity.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2017-06-09 15:53:32 -0300
committerFelipe Artur <felipefac@gmail.com>2017-06-16 12:03:15 -0300
commit0520ee44985528d3076df1208bda7c6c7ff8ec79 (patch)
treec078ce331252d8c3ce6cd6e6f77f7646b5e143b1 /app/serializers/issuable_entity.rb
parent85cdde8d3340dc0be28749225bf00923c84e5924 (diff)
downloadgitlab-ce-0520ee44985528d3076df1208bda7c6c7ff8ec79.tar.gz
Improve method names and add more specs
Diffstat (limited to 'app/serializers/issuable_entity.rb')
-rw-r--r--app/serializers/issuable_entity.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/serializers/issuable_entity.rb b/app/serializers/issuable_entity.rb
index 65b204d4dd2..bd5211b8e58 100644
--- a/app/serializers/issuable_entity.rb
+++ b/app/serializers/issuable_entity.rb
@@ -5,7 +5,6 @@ class IssuableEntity < Grape::Entity
expose :description
expose :lock_version
expose :milestone_id
- expose :position
expose :state
expose :title
expose :updated_by_id