0 votes
in Ruby by

If a model class is named Product, in which database table will ActiveRecord store and retrieve model instances?

 a. product_table

 b. all_products

 c. products_table

 d. products

1 Answer

0 votes
by
If a model class is named Product, in which database table will ActiveRecord store and retrieve model instances?

Correct answer is :- products
...