From: David Vallner Date: 2006-01-13T12:06:09+09:00 Subject: Re: hash in hash, iterating the members On Fri, 13 Jan 2006 01:13:09 +0100, Depili wrote: > That did the trick, thanks. > > I'm pretty sure that I'm not overidin rails in any way, I just have a > form temlate and I get the data from it by http post method and rails > parses the data into the params hash table. > > But this will get me going forward :) > > What I was thinking is if you shouldn't use ActiveRecords to store the data and let it sort out the data types - I smell lack of data model definition / normalization a bit. Of course, if it's not persitent data, it's not a good approach. David Vallner