diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2016-06-15 13:20:30 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-01 10:49:34 +0200 |
| commit | 631765748ebff2307a078dc6d50ef8367f3c5ff0 (patch) | |
| tree | 4a6a9cf285de1bbd86b43111addac1d82a1fdc20 /lib/api | |
| parent | 69397d559f837cb55fd50d5d0459523854dcec06 (diff) | |
| download | gitlab-ce-631765748ebff2307a078dc6d50ef8367f3c5ff0.tar.gz | |
Expose action_name
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 88f7fc7ff6c..67d2c396b32 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -276,7 +276,7 @@ module API expose :id expose :project, using: Entities::BasicProjectDetails expose :author, using: Entities::UserBasic - #expose :action_name + expose :action_name expose :target_id expose :target_type expose :target_reference do |todo, options| |
