method

create

rails latest stable - Class: ActiveRecord::AssociationRelation

Method deprecated or moved

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

create(*args, &block)
public

No documentation available.

# File activerecord/lib/active_record/association_relation.rb, line 23
    def create(*args, &block)
      scoping { @association.create(*args, &block) }
    end