Commit 026b0107 authored by Thong Kuah's avatar Thong Kuah

EE: Remove EE overrides as now duplicates of CE

parent 97a54d1e
......@@ -36,16 +36,6 @@ module EE
project.protected_environment_accessible_to?(name, user)
end
override :has_terminals?
def has_terminals?
deployment_platform.present? && available? && last_deployment.present?
end
override :terminals
def terminals
deployment_platform.terminals(self) if has_terminals?
end
def rollout_status
deployment_platform.rollout_status(self) if has_terminals?
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment