想请教下在 controller 里编写 JSON.parse(params,method)后面的 method 方法如何与 params 关联起来,在 javascript 是直接 function(key,value)返回值进行修改 params 的值,rails 是如何实现的呢?