为什么我不能在辅助方法中返回数组?
def childrenOf(a)
@children = Post.find_by_parent_id(a.id)
return @children
end
提前致谢
为什么我不能在辅助方法中返回数组?
def childrenOf(a)
@children = Post.find_by_parent_id(a.id)
return @children
end
提前致谢