diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-28 11:36:28 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-28 11:36:28 +0000 |
commit | 465700ddc2fa43bf32bc2ed08d9c30e420aec5e2 (patch) | |
tree | 66a39239e05ec326273ba42add41e72956b8e9fd /changelogs | |
parent | 8aba0b0ed0ba93c59296f707f8c9a7d8ab1b498f (diff) | |
parent | 1b109c99a4802e2cc6598d19248013c0dc152d7a (diff) | |
download | gitlab-ce-465700ddc2fa43bf32bc2ed08d9c30e420aec5e2.tar.gz |
Merge branch 'fix-api-deprecation' into 'master'
Fix a Grape deprecation, use `#request_method` instead of `#route_method`
See merge request !8297
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-api-deprecation.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-api-deprecation.yml b/changelogs/unreleased/fix-api-deprecation.yml new file mode 100644 index 00000000000..90285ddf058 --- /dev/null +++ b/changelogs/unreleased/fix-api-deprecation.yml @@ -0,0 +1,4 @@ +--- +title: Fix a Grape deprecation, use `#request_method` instead of `#route_method` +merge_request: +author: |