method
create
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::Associations::BelongsToAssociation
create(attributes = {})
public
Hide source
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 5 def create(attributes = {}) replace(@reflection.create_association(attributes)) end