Where did CGIMethods go in Rails 2?

Hello, My application, which uses CGIMethods.parse_query_parameters, now crashes in Rails 2 because CGIMethods is gone. Where did it go? Is there an alternative that I can use?

Thanks.

Hey Christopher,

ActionController::AbstractRequest.parse_query_parameters

Cheers, -- Christopher