Pretend to generate
If you’re not sure what files a Rails Generator would create for you, just add the -p option (or --pretend) for a dry run:
rails generate model Blog -pIf you’re not sure what files a Rails Generator would create for you, just add the -p option (or --pretend) for a dry run:
rails generate model Blog -p