# File lib/rbrainz/utils/helper.rb, line 36
      def entity_type_to_string(entity_type)
        return entity_type.to_s.sub('_', '-')
      end