class WithCatalogueSectionsController < PublicController

  before_filter :set_catalogue_sections

  def set_catalogue_sections
    @catalogue_sections = CatalogueCategory.readable_top_collection
  end

end
