Acts_as_list - no such method error

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?