Commit e27c288f authored by Dylan Griffith's avatar Dylan Griffith

Make ApplicationData a plain module include

parent 913bc964
......@@ -3,9 +3,6 @@
module Clusters
module Concerns
module ApplicationData
extend ActiveSupport::Concern
included do
def uninstall_command
Gitlab::Kubernetes::Helm::DeleteCommand.new(
name: name,
......@@ -55,5 +52,4 @@ module Clusters
end
end
end
end
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