method

async!

async!()
protected

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 1539
      def async!
        @async = true
        self
      end