API: don't expose 'updated_at' for notes

This commit is contained in:
Nihad Abbasov 2012-11-29 14:41:24 -08:00
parent 24047e1e8d
commit 2a98a060ca
2 changed files with 2 additions and 3 deletions

View file

@ -73,7 +73,7 @@ module Gitlab
expose :id
expose :note, as: :body
expose :author, using: Entities::UserBasic
expose :updated_at, :created_at
expose :created_at
end
class MRNote < Grape::Entity