Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 319 Bytes

File metadata and controls

12 lines (7 loc) · 319 Bytes

Base Rails

Standard Workflow

  1. Start the web server by running bin/server.
  2. Navigate to your live application.
  3. As you work, remember to navigate to /git and commit often as you work.

rails generate draft:account user

rails generate draft:resource task body:text status:string user_id:integer