method
create
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