Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
The view
template takes some objects (usually just one) from objects
and displays the object's properties in a table.
The view
template also displays a list of other objects related to the first one via has_many
style relationships; this is done by calling the related_accessors
method - see "related_accessors" in Model - to return a list of has-many accessors. Next it calls each of those accessors, and displays the results in a table.