diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-12 16:13:24 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-14 15:20:55 +0200 |
commit | 380e40fee30d836e6dffb1e956df39033d43a671 (patch) | |
tree | 8258a84cb620aa707539730815cccc62ff8d0335 /lib/api/users.rb | |
parent | 00e9568e140165edcc091bd6729393cdeaac642b (diff) | |
download | gitlab-ce-380e40fee30d836e6dffb1e956df39033d43a671.tar.gz |
Remove unused user activities code
Diffstat (limited to 'lib/api/users.rb')
-rw-r--r-- | lib/api/users.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/users.rb b/lib/api/users.rb index bcfbd9ab3c5..9e0faff6c05 100644 --- a/lib/api/users.rb +++ b/lib/api/users.rb @@ -535,7 +535,6 @@ module API current_user.update_secondary_emails! end - desc 'Get a list of user activities' params do optional :from, type: DateTime, default: 6.months.ago, desc: 'Date string in the format YEAR-MONTH-DAY' |