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

Related questions

0 votes
asked Aug 26, 2022 in Ruby by Robin
0 votes
asked Aug 26, 2022 in Ruby by Robin
...