global partials (momentary duh moment)

When in the “project” controller you could do… render :partial => ‘form’

From any other controller you could do… render :partial => ‘project/form’

That should get you started.

mark