I have two models: releases have many elements, and elements belong to releases.
The action I wish to define imports all elements (making copies of them all) from one release into another release.
How do I determine if this action belongs as a member action on the releases controller, or a collection action on the elements controller?