master
# frozen_string_literal: true module RatingChgkV2 module Collections class TownsCollection < BaseCollection paginated MODEL = 'Town' end end end