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