0 votes
in Ruby by

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

 a. build

 b. new

 c. create

 d. save

1 Answer

0 votes
by

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

Correct answer is :- create

...