# File lib/globalize/active_record/act_macro.rb, line 91
      def find_or_initialize_by_locale(locale)
        with_locale(locale.to_s).first || build(:locale => locale.to_s)
      end