diff options
author | Long Nguyen <long.polyglot@gmail.com> | 2016-05-11 09:14:56 +0700 |
---|---|---|
committer | Long Nguyen <long.polyglot@gmail.com> | 2016-05-11 09:14:56 +0700 |
commit | a22d559d27eda2661039ed856dc636171f4b7362 (patch) | |
tree | 4320c04451e79d01edf612ffb33d9afc2449a3fd /lib/api/commit_statuses.rb | |
parent | dd1ad6bf3e5a378eb8698e95b73e58f935eb0956 (diff) | |
parent | f7d2297c86eb84c2e2fbfa6b3e007da3c7adb5ae (diff) | |
download | gitlab-ce-a22d559d27eda2661039ed856dc636171f4b7362.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into issue_15572_snippets_tab_under_user_profile
Diffstat (limited to 'lib/api/commit_statuses.rb')
-rw-r--r-- | lib/api/commit_statuses.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/commit_statuses.rb b/lib/api/commit_statuses.rb index 7388ed2f4ea..9bcd33ff19e 100644 --- a/lib/api/commit_statuses.rb +++ b/lib/api/commit_statuses.rb @@ -2,7 +2,7 @@ require 'mime/types' module API # Project commit statuses API - class CommitStatus < Grape::API + class CommitStatuses < Grape::API resource :projects do before { authenticate! } |