Quiz Yourself on Creating the Application
Let's test your understanding of how to create an application.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Choose the correct method for generating a scaffold.
A.
bin/rails generate scaffold Product
B.
rails generate scaffold Product
C.
bin generate scaffold Product
D.
Both a & b
1 / 6