On Fri, Feb 25, 2011 at 11:05 PM, Me <[email protected]> wrote: > Ya I know, but I am getting this, > ActiveRecord::MultiparameterAssignmentErrors (1 error(s) on assignment of > multiparameter attributes): with just the TourType.new for my time select, > which is totally separate error from the validations. >
Paste the full error output, your model, and your form from the view. The error is coming because you are assigning too many, too few, and/or the incorrect type of assignments that the model expects for a new record. Once you show me the stuff I listed I can get a better idea of which it is. -- 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.

