Displaying 1 result from an estimated 1 matches for "filtered_stuff".
2006 Jun 04
2
Manipulating collections
I appreciate this is basic stuff but can''t seem to find the answer
anywhere using Google. If someone could point me in the direction of
some documentation on this I would be very appreciative.
If I have a collection as follows:
@stuff = Stuff.find_by_type(''new'')
And I then want to add something onto it, how can I add to this
collection?
Additionally how could I go