I\'m trying to implement Ryan\'s Railscast #197 in a system with Questions, Answers, and (multiple choice) Options. http://railscasts.com/episodes/197-nested-model-form-part-2.
I found this in Ryan Bates\' railscast site, but not sure how it works. #models/comment.rb def req=(request)
I\'ve been following ryan baytes screencast #170 and adding ruby-openid, authlogic and authlogic-oid to an existing authlogic authentication system.