module SashConcern
    def badges
      badge_ids.map { |id| Merit::Badge.find id }
    end