I want to have my object class have both a collection of doc objects
called “reports” and one called “docs”. How do I specify two
different arrays of the same type of object?
I have this in my new method
@echantillon.docs.build
how do I do the same thing for a collection called reports of the doc
type also?
I want to have my object class have both a collection of doc objects
called “reports” and one called “docs”. How do I specify two
different arrays of the same type of object?