I am working on a Rails engine. When I go from a Main Application route
to
an Engine route, I think I lose a HTTP param, which I need for a db
query.
My questions are,
*
* 1) When and how is the HTTP params Hash modified?
*
* 2) Is it possible that switching between a application route and engine
route effects the params Hash?