A project model with three has_many relationships listed as children like so:
children :tasks, :projectfiles, :notes
The oddity is that only the first child in the children declaration get the new link appended in the automatic child view on the project show page.
All of them are working fine individually, but no matter how the children listing is ordered, it's only the first child that has the new link.
Am I missing something?
arve