rubyforgood / share_christmas

Share Your Holiday Application
4 stars 3 forks source link

Organization: New Match Form #95

Closed craig-riecke closed 8 years ago

craig-riecke commented 8 years ago

Route: GET /matches/new?organization_campaign=orgCampId

An org admin can either pick an existing member from the drop down list, or use the equivalent of a New Member form (use the same partial as in the New Member form). This will route to POST /matches, and save both the new member (if used), and the match.

craig-riecke commented 8 years ago

Because of #107, the route should now be POST /recipient/:id.

craig-riecke commented 8 years ago

This is actually a duplicate of #94. Closing.