Hi,
Anyone know how to get the request params from the scope of a ActionController::Base class method? Is that even possible?
Hi,
Anyone know how to get the request params from the scope of a ActionController::Base class method? Is that even possible?
Not that I know of… what are you trying to do? Generally if I need to pre-parse request params I use a before_filter.