A has many ActiveRecord project to demo the use of active record.
This is just something I did on a weekend to practice using ActiveRecord.
A Post Office has many Delivery Persons (deliver people, delivery men/women, etc), a Recipient has many Delivery Persons
Execute:
ruby bin/run.rb
from the project directory.