I have been (hours) trouble with associations in Rails. I found a lot of similar problems, but I couldn\'t apply for my case:
City\'s class:
class Ci
Rails 5
If you have a belongs_to relationship to :parent then you have to pass an existing parent object or create a new one then assign to children object.
belongs_to
:parent