method

null_scope?

rails latest stable - Class: ActiveRecord::Associations::CollectionProxy
null_scope?()
private

No documentation available.

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