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

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module System # Updates the OAuth application given form data. - class UpdateOAuthApplication < Rectify::Command + class UpdateOAuthApplication < Decidim::Command # Initializes the command. # # application - The OAuthApplication to update. # form - The form object containing the data to update. # user - The user that updates the application.