# File lib/generators/pundit/install/templates/application_policy.rb, line 40
    def initialize(user, scope)
      @user = user
      @scope = scope
    end