# frozen_string_literal: true module Spree module Admin class PromotionCategoriesController < ResourceController end end end