This command generates a Comment Model.
rails generate model Comment commenter:string body:text post:references
I know things and I build stuff
This command generates a Comment Model.
rails generate model Comment commenter:string body:text post:references