When using an ActiveRecord model, which method will create the model instance in memory and save it to the database?
build
save
new
create