diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-11-29 14:41:24 -0800 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-11-29 14:41:24 -0800 |
| commit | 2a98a060caccd82ec8cd9bcead886142f766c069 (patch) | |
| tree | 4a37fcf493c9748b40d2b7c839a5854e30059319 /lib/api/entities.rb | |
| parent | 24047e1e8dca4baf58e1533e3e7fcfa1e16d159e (diff) | |
| download | gitlab-ce-2a98a060caccd82ec8cd9bcead886142f766c069.tar.gz | |
API: don't expose 'updated_at' for notes
Diffstat (limited to 'lib/api/entities.rb')
| -rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index b792d3fbf8d..f985636aa10 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -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 |
