Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 584 Bytes

File metadata and controls

31 lines (21 loc) · 584 Bytes

rails generate resource Cat name:string age:integer location:string anthem:string movie:string enjoys:text joke:string image:text

rails db:migrate

Add to seed file

rails db:seed