method

exec_queries

exec_queries()
private

No documentation available.

# File activerecord/lib/active_record/association_relation.rb, line 31
      def exec_queries
        super do |r|
          @association.set_inverse_instance r
          yield r if block_given?
        end
      end