Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 422 Bytes

ActiveRecord-PostOffice

A has many ActiveRecord project to demo the use of active record.

Description

This is just something I did on a weekend to practice using ActiveRecord.

Model

A Post Office has many Delivery Persons (deliver people, delivery men/women, etc), a Recipient has many Delivery Persons

How to run

Execute:

ruby  bin/run.rb

from the project directory.