Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 359 Bytes

README

This is the sample app going with the questions on rails from this page.

To use this repo you should:

  • clone or download it
  • cd sample_app
  • run bundle install
  • run rails db:create db:migrate db:seed
  • run rails c to test your queries