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