Re: [Rails] Re: newb's quick question on session variable vs. params in 'pretty' urls

2010-04-18 Thread steve ross
This is, then, a perfect use for session. On Apr 17, 2010, at 7:15 AM, Grary wrote: > > Steve, > > I'm persisting a 'transitional' object through a few views, spawning > descendants from it and then deleting the parent object. In this case, > then, it doesn't seem to make sense to publicize a re

[Rails] Re: newb's quick question on session variable vs. params in 'pretty' urls

2010-04-17 Thread Grary
Steve, I'm persisting a 'transitional' object through a few views, spawning descendants from it and then deleting the parent object. In this case, then, it doesn't seem to make sense to publicize a reference to the transitional object in a url because the referenced object will not be persisted in