app/queries/decidim/verifications/authorizations.rb in decidim-verifications-0.26.10 vs app/queries/decidim/verifications/authorizations.rb in decidim-verifications-0.27.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module Verifications # Finds authorizations by different criteria - class Authorizations < Rectify::Query + class Authorizations < Decidim::Query # Initializes the class. # # @param organization [Organization] The organization where this authorization belongs to # @param name [String] The name of an authorization method # @param user [User] A user to find authorizations for