On Sat, Jul 31, 2010 at 20:21, Philip Cortes <[email protected]> wrote:
> I'm trying to have users check a checkbox, > accepting our terms of service, prior to registering. I don't grok in fullness exactly what's wrong with your app, but here are some resources to look at: about checkboxes: http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html#M002298 about validates_acceptance_of: http://api.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#M001396 When I'm stuck on a Ruby or Rails problem involving some concept or keyword or whatever, I find that googling it with Ruby (e.g., ruby checkbox) usually gets me some good help pretty quickly. -Dave -- Specialization is for insects. -RAH | Have Pun, Will Babble! -me Programming Blog: http://codosaur.us | Work: http://davearonson.com Leadership Blog: http://dare2xl.com | Play: http://davearonson.net * * * * * WATCH THIS SPACE * * * * * | Ruby: http://mars.groupsite.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

