[Rails] how to preserve the value from the other action controller

2010-03-19 Thread Yudi Soesanto
Hi, Anyone knows how to preserve the value from the previous action controller? For example, - I have 2 controllers: foo_one and foo_two. - on action foo_one, I have variable @my_value - How I can keep the value of @my_value so I can use it on the second controller foo_two def foo_one

Re: [Rails] how to preserve the value from the other action controller

2010-03-19 Thread Andy Jeffries
On 19 March 2010 08:12, Yudi Soesanto soesa...@gmail.com wrote: Hi, Anyone knows how to preserve the value from the previous action controller? For example, - I have 2 controllers: foo_one and foo_two. - on action foo_one, I have variable @my_value - How I can keep the value of @my_value

Re: [Rails] how to preserve the value from the other action controller

2010-03-19 Thread Yudi Soesanto
Thanks for your reply. I will do research on memcached Yudi Soesanto On Fri, Mar 19, 2010 at 5:36 AM, Andy Jeffries andyjeffr...@gmail.comwrote: On 19 March 2010 08:12, Yudi Soesanto soesa...@gmail.com wrote: Hi, Anyone knows how to preserve the value from the previous action controller?