jackc / edge

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

use inverse_of in associations #6

Closed Systho closed 10 years ago

Systho commented 10 years ago

This will allow to access association when building a nested tree (e.g. with accepts_nested_attributes_for :children )

jackc commented 10 years ago

Thanks!