I want to display a gridview of ActiveRecord models that have not yet been saved. These models are stores in a session array and I would like to display them before they are saved in the DB. I have tried a few things and looked for a solution but I have not been able to accomplish this.
Has anyone else ever done this or do you know if this is possible?
Thanks.