# File lib/globalize/active_record/class_methods.rb, line 10
      def with_translations(*locales)
        locales = translated_locales if locales.empty?
        includes(:translations).with_locales(locales).with_required_attributes
      end