kor
kor copied to clipboard
validating a relationship explicitly before saving it fails
trafficstars
example:
r = Relationship.relate(1, 'is parent of', 2)
r.valid?
r.save
.. throws an error
not reproducible in v3.0.3, perhaps problem only occurs in v3.1?
Also not reproducible with code from v3.1 merged to v3.0. Moving to v4.1.0 for verification after v3.1 features are merged into v4.0.