diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-04 21:10:08 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-04 21:10:08 +0200 |
commit | 54831bd44bdf7f7b19ac3a129ebf6384549d9c63 (patch) | |
tree | 176993bcaddc37494e56456ea00bc4d0199b328b /app/models | |
parent | f16ac0efda68cfb6819e784dbec5609b10e8de7d (diff) | |
download | gitlab-ce-54831bd44bdf7f7b19ac3a129ebf6384549d9c63.tar.gz |
Updated messages and notices
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/gcp/cluster.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/gcp/cluster.rb b/app/models/gcp/cluster.rb index 367e9be578c..f570c8b3c4c 100644 --- a/app/models/gcp/cluster.rb +++ b/app/models/gcp/cluster.rb @@ -110,9 +110,5 @@ module Gcp true end - - def destroy - super if restrict_modification - end end end |