jackc / edge

Edge provides graph functionality to ActiveRecord.
MIT License
90 stars 10 forks source link

use table_name in with_descendants #5

Closed Systho closed 10 years ago

Systho commented 10 years ago

It will allow to includes association in the scope. e.g. : Folder.includes(:files).where(...).with_descendants

jackc commented 10 years ago

Thanks!