chris / better_nested_set

better_nested_set Rails plugin (my fork from official SVN)
http://opensource.symetrie.com/trac/better_nested_set/
MIT License
62 stars 16 forks source link

move_to_root? #3

Closed jcsrb closed 15 years ago

jcsrb commented 15 years ago

why isn't there a move_to_root? or how should I proceed to making a child a root because I can't change the parent_id to nil and reload

thx Midday

chris commented 15 years ago

You just call move_to_child_of(nil).