Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 108 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 108 Bytes

BRG Blog App

Steps

  1. rails g model Post title:string description:text

  2. rails db:migrate