stefankroes / ancestry

Organise ActiveRecord model into a tree structure
MIT License
3.71k stars 458 forks source link

README update: Change depth_cache: true to cache_depth: true #667

Closed onerinas closed 1 year ago

onerinas commented 1 year ago

Using depth_cache: true given an error Unknown option for has_ancestry: :depth_cache => true

Correct option is cache_depth: true

kbrock commented 1 year ago

thank you