Anyone happen to know the method Rails uses to transform a GET query string into a params hash? I've written my own, but it doesn't support nested hashes. I specifically need something that will properly convert something like this:

?client[email]=email&client[name]=name

info this:

{ :client => { :email => 'email', :name => 'name' } }



_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to