Displaying 1 result from an estimated 1 matches for "82089f30".
Did you mean:
8.089030
2006 Jun 04
3
Data manipulation from a database
Say, for example, I have this in my db:
id name date
1 Item_1 feb-19
2 Item_2 feb-20
and I want to manipulate it so that the view can output this:
feb-19:
Item1
feb-20:
--
Posted via http://www.ruby-forum.com/.