How can I get "request" object in ActionController::SessionManagement::ClassMethods
- by mojalin
I want to override the method of "session_store" in ActionController::SessionManagement::ClassMethods.
In my overrides, I need the "request" object which has a lot of useful information such as host name, domain name, etc...
Do you have any idea to get the "request" object in that method.
My rails version is 2.3.5. Thank you in advance.