ltree_hierarchy
ltree_hierarchy copied to clipboard
"Validation failed: Parent must exist" when trying to create root node with ActiveRecord V6
Overview
I cannot create root node using Rails 6 and ActiveRecord version 6. I am getting Validation failed: Parent must exist
error.
When I set parent to be some other node, I also get an error:
NoMethodError (undefined method
split' for nil:NilClass)`
Can you please check that out?