app/commands/decidim/admin/destroy_feature.rb in decidim-admin-0.1.0 vs app/commands/decidim/admin/destroy_feature.rb in decidim-admin-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module Decidim
module Admin
# This command deals with destroying a Feature from the admin panel.
class DestroyFeature < Rectify::Command
# Public: Initializes the command.