app/commands/decidim/system/destroy_oauth_application.rb in decidim-system-0.26.10 vs app/commands/decidim/system/destroy_oauth_application.rb in decidim-system-0.27.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module System # This command deals with destroying an application from the admin panel. - class DestroyOAuthApplication < Rectify::Command + class DestroyOAuthApplication < Decidim::Command # Public: Initializes the command. # # application - The OAuthApplication to be destroyed. # user - The user that destroys the application. def initialize(application, current_user)