select-your-own-seat

Expand History Expand History
Collapse History Collapse History

Establish Database Records

Declare fixtures for each model. The seats fixtures were generated from real data.

The fixtures have been loaded in to the development environment’s database by executing:

$ rails db:fixtures:load

This commit extends the bin/setup script to pre-seed the database with records by invoking db:fixtures:load.