Formtastic & ValidationReflection in Rails 3
When using Formtastic and ValidationReflection make sure the validations on your Models are split up in the different validation methods of ActiveRecord.
Like this:
instead of
When using Formtastic and ValidationReflection make sure the validations on your Models are split up in the different validation methods of ActiveRecord.
Like this:
instead of