Oops, some of my code crept in there

  if @signup.valid?
     @quiz.save

should be

  if @signup.valid?
     @signup.save

Scott
--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to