# File lib/globalize/active_record/class_methods.rb, line 6
      def with_locales(*locales)
        scoped.merge(translation_class.with_locales(*locales))
      end