Multiple choice technology web 2.0

What is the technique in ROR which allows Auto generation of the most common elements of the MVC architechture?

  1. Auto-Generating

  2. Migrating

  3. Scaffolding

  4. Running a rake

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Scaffolding in Ruby on Rails is a code-generation technique that automatically produces the model, views, controller, and database migration files for a resource.