Transient form data

Hi,

I have created a model object that does not have a persistent store.
ie does not inherit from ActiveRecord. This object is used for
performing searches and holding form data.

Everything is working fine however when I make changes to this object
, webrick does not seem to pick up the changes unless I restart webrick

The question here is where should transient object be stored in the
application tree ( currently this object lives in models. Wrong ? ) and
why isn’t webrick picking up the change

Thanks !!