在控制器或模板中以数组为参数调用方法“polymorphic_url”,例如:
polymorphic_url([@agency, @agency.divisions.first])
导致名为“递归数组连接”的 ArgumentError 异常。有什么建议么?
我可以使用任何模型重现此异常:
@e = Estate.where(:booklets => {'$exists' => true}).first
@b = @e.booklets.first
polymorphic_url [@e,@b]
导轨 3.2.3、3.2.4、3.2.5
红宝石 1.9.2、1.9.3