link_to 'New taste',[:new,:taste]@H_301_3@ 代替 link_to 'New taste',new_taste_path@H_301_3@ 但是可以在不使用polymorphic_url / polymorphic_path的情况下将查询参数添加到第一个参数吗?
代替
link_to 'New taste',new_taste_path@H_301_3@ 但是可以在不使用polymorphic_url / polymorphic_path的情况下将查询参数添加到第一个参数吗?
但是可以在不使用polymorphic_url / polymorphic_path的情况下将查询参数添加到第一个参数吗?
link_to 'New taste',[[:new,:taste],:a_param => 'param']@H_301_3@