diff options
author | micael.bergeron <micael.bergeron@solutionstlm.com> | 2017-09-04 13:34:15 -0400 |
---|---|---|
committer | micael.bergeron <micael.bergeron@solutionstlm.com> | 2017-09-06 09:01:53 -0400 |
commit | c9aa7932152bd10f6fc7b87b3263922aa4b911b7 (patch) | |
tree | dea1ae4b101ca182eefa16b8b88c8b46308071bf /lib/api | |
parent | bca72f5906ed38dc231ef066231238758c1cb42d (diff) | |
download | gitlab-ce-c9aa7932152bd10f6fc7b87b3263922aa4b911b7.tar.gz |
revert to using a simple representation
Diffstat (limited to 'lib/api')
-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 0c63dc345c2..1d224d7bc21 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -295,7 +295,7 @@ module API expose :new_file?, as: :new_file expose :renamed_file?, as: :renamed_file expose :deleted_file?, as: :deleted_file - expose :diff + expose :json_safe_diff, as: :diff end class ProtectedRefAccess < Grape::Entity |