# frozen_string_literal: true class RateLimitPolicy < ApplicationPolicy def index? true end end