0 votes
in Ruby by

You are using an existing database that has a table named coffee_orders. What would the ActiveRecord model be named in order to use that table?

 a. CoffeeOrders

 b. Coffee_Orders

 c. Coffee_Order

 d. CoffeeOrder

1 Answer

0 votes
by

You are using an existing database that has a table named coffee_orders. What would the ActiveRecord model be named in order to use that table?

Correct answer is :-  CoffeeOrder

...