# File lib/globalize/active_record/attributes.rb, line 13
      def contains?(locale, name)
        self[locale].has_key?(name.to_s)
      end