method

null_scope?

null_scope?()
private

No documentation available.

# File activerecord/lib/active_record/associations/collection_proxy.rb, line 1147
        def null_scope?
          @association.null_scope?
        end