Commit e27c288f authored by Dylan Griffith's avatar Dylan Griffith

Make ApplicationData a plain module include

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