Scaffold Generator
Scaffold a full REST resource from model through views and tests.
rails generate scaffold --parent=ApplicationRecord --test-framework=test_unit --template-engine=erb
Optional configurations
Scaffold a full REST resource from model through views and tests.
rails generate scaffold --parent=ApplicationRecord --test-framework=test_unit --template-engine=erb