# frozen_string_literal: true module Admin class DashboardPolicy < AdminOnlyPolicy end end