I’m using an acts_as_list relationship but getting a no such method
error when trying to use
@child = @parent.child[0]
Error is no such method “child”
Am I misunderstanding how to use acts_as_list?
I’m using an acts_as_list relationship but getting a no such method
error when trying to use
@child = @parent.child[0]
Error is no such method “child”
Am I misunderstanding how to use acts_as_list?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs