Practice your Rails querying skills!
bundler
sqlite3
git clone git@github.com:KaoruDev/mentoring-rails-querying.git
cd mentoring-rails-querying
bundle install
bundle exec rspec
Open spec/models/practice_querying_spec.rb
and get the tests to turn green!
- Which file should you open to see what tables are in the database?
- How are they associated?