标签: ruby-on-rails ruby postgresql sanitize
我在ruby-pg中有以下db interogation:
a = product[:id].in(Spree::Product.joins(:taxons).where("spree_products_taxons.taxon_id in (params)").map(&:id))
如何清理params数据,以便我可以将其传递给此特定查询?它作为数组传递,数据库应该是整数列表2,3,4
params