Paddock / paddock-registration

A web based motorsports club/event management application
3 stars 0 forks source link

modification to model to support associating with a user for an existing registration #5

Closed JustinSGray closed 13 years ago

JustinSGray commented 13 years ago

I added a method which allows the association of a user with a registration after the fact. Registrations can be created anonymously, because event organizers might type in a name wrong (mispelled) or they did not know the user name at the event.

You need to associate with the right account though, so season points are calculated properly. A special view will have to be created to initiate the association.