We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.