Skip to content
josephers edited this page Sep 6, 2011 · 2 revisions

Paperclip

If you want to validate the presence of the file on your form you'll need to add a presence validator for the attribute being used by Paperclip

has_attachment :file
validates_presence_of :file

Clone this wiki locally