I'd love to be able to use Rails' native form infrastructure for managing nested relationships.
The Changelog makes reference to accepts_nested_attributes_for
, but it does not seem to work.
Can I add properties to ActiveNode that are functions instead and manually manage the creation of related models?