DEV Community

Discussion on: Your Go-To Rails Command Line Cheat Sheet!

Collapse
 
shahershamroukh profile image
Shaher Shamroukh

rails g model | more
This command will output useful info about model generation, data types etc.
We can also replace model with controller or job etc.