jrhorn424 / recruiter

Online recruitment software for economics experiments written with rails
MIT License
1 stars 1 forks source link

Fix confirmation controller signature #52

Closed jrhorn424 closed 8 years ago

jrhorn424 commented 10 years ago

Previously, the redirect method took the resource_name instead of the resource object, and probably threw away the resource as part of an implicit options hash. This change corrects the method signature. See Rdoc for more info.