diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-09-28 11:12:44 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-19 14:58:25 -0200 |
commit | e036a72dca49766df3ee455d6ac955c30846f3fb (patch) | |
tree | 05f442522161b33e4a55ecdaba69293d82c56137 /lib | |
parent | 1644276bac361c43a56936cbbadef2a15fe646a6 (diff) | |
download | gitlab-ce-e036a72dca49766df3ee455d6ac955c30846f3fb.tar.gz |
Add Lavel#type to methods in lib/gitlab/import_export/import_export.yml
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index bb9d1080330..4204a13dd63 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -71,6 +71,8 @@ excluded_attributes: - :awardable_id methods: + labels: + - :type statuses: - :type services: |