def inside_rack_middleware
MyModel.update_attributes(:ip => request.ip)
redirect somewhere else
end
is that possible?
is that possible? |
||||
|
|
got the answear via @supercoco9 on twitter, "if your middleware is in a rack/rails stack you can use the models directly via AR" |
|||
|
|