First page Back Continue Last page Overview Graphics


Notes:

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.