Hey,Guys! In rails , I met a question! when i use the multiple select ,i don't know ,how can i get the all parameter values ,it likes in javaEE,
String[] strs=request.getParameters("aaa");
so,who can tell me the method in rails to realize the function? Thank you in advance!