Hello all
I have problem regarding hash and array
I am retriving records using find method and then doing some operations
on it
and finally i got results like following
[{"1"=>"75225", "2"=>"Sat"},{"1"=>"75225", "2"=>"Sat"}]
which contains array of hashes
when we write simple find method of any tables it returns
[#, #, #, #] in this way
so can anybody tell me what is difference between this 2 types of array
becuase I dont want to modify my view file
Also can i convert first array of hashes to acitve record type of array
of hashes
how can we do that ?
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
-~----------~----~----~----~------~----~------~--~---