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