diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-09-26 16:14:47 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-09-26 16:14:47 +0300 |
commit | c09d233611e00328f0e8d493a106737f0638d9a2 (patch) | |
tree | 351383104571ab0fb536506918860c7eb50a0eeb /lib/api/helpers.rb | |
parent | e6ce47291b3f08ebe18c2450fc4f21a2a3a2b8a9 (diff) | |
parent | 3c132f2e6896c7c1aa787ddc61ae230d9a205700 (diff) | |
download | gitlab-ce-c09d233611e00328f0e8d493a106737f0638d9a2.tar.gz |
Merge branch 'master' into fix_project_access_notification
Diffstat (limited to 'lib/api/helpers.rb')
-rw-r--r-- | lib/api/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb index 9a08b995800..14390545bd5 100644 --- a/lib/api/helpers.rb +++ b/lib/api/helpers.rb @@ -61,7 +61,7 @@ module Gitlab error!({'message' => message}, status) end - private + private def abilities @abilities ||= begin |