I have a wizard with multiple screens where I essentially populate an
ActiveRecord object. However I DO NOT want to save it to the database
until the last screen and the user clicks save. Meanwhile though, I want
to get access to the object at anytime via the wizard.

So should I simply create the ActiveRecord with the method "new" and
push it into the session like:

session[:object] = my_activerecord_object ?

thanks
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to