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
This is the sample app going with the questions on rails from this page.
To use this repo you should:
cd sample_app
bundle install
rails db:create db:migrate db:seed
rails c
to test your queries