Flowdock
method

null_scope?

Importance_0
null_scope?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/collection_association.rb, line 428
      def null_scope?
        owner.new_record? && !foreign_key_present?
      end
Register or log in to add new notes.