diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2018-03-06 20:06:27 +0100 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2018-03-16 13:35:25 +0100 |
commit | a0abb904782970de456dae5539ad5de2afef0e05 (patch) | |
tree | 84ead4648bfc380719dab1895c255d84da6c57c4 /app/models/deployment.rb | |
parent | 79aa00321063daf8f650683373db29832c8e13f1 (diff) | |
download | gitlab-ce-a0abb904782970de456dae5539ad5de2afef0e05.tar.gz |
Deprecate InternalId concern and rename.
Diffstat (limited to 'app/models/deployment.rb')
-rw-r--r-- | app/models/deployment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/deployment.rb b/app/models/deployment.rb index 66e61c06765..e18ea8bfea4 100644 --- a/app/models/deployment.rb +++ b/app/models/deployment.rb @@ -1,5 +1,5 @@ class Deployment < ActiveRecord::Base - include InternalId + include NonatomicInternalId belongs_to :project, required: true belongs_to :environment, required: true |