I am using the new validation class rails3 provides.  The issue is it
keeps giving me an error in the whole app of:

:attributes cannot be blank

here is the class below.  I commented out all of the code to do
anything but it still gives me the error.   Ideas??

class FileUploadValidator < ActiveModel::EachValidator

  def validate_each(record, attribute, value)

  end

end

-- 
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.

Reply via email to