First page Back Continue Last page Overview Text

Notes:


Sequel purposely gives you two separate methods for eager loading objects, so you can choose to use separate queries or JOINs.

This is different than other ruby ORMs that support only one method or try to guess which method to use and can guess incorrectly.