Description: The 'scaffold' generator creates a scaffold skelet with a default show function, list function of the name and attributes you specify Example: rid generate scaffold post title body This generates a skeletal model post with a posts list view, post show function and validation.