method

create_scope

rails latest stable - Class: ActiveRecord::Associations::CollectionAssociation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

create_scope()
private

No documentation available.

# File activerecord/lib/active_record/associations/collection_association.rb, line 375
        def create_scope
          scope.scope_for_create.stringify_keys
        end