Like most other ruby ORMs, you define associations using methods on the model class.
For example, to add a position association to the Employee class, you would use Employee many to one position.