Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created August 17, 2011 11:39
Show Gist options
  • Save lolmaus/1151371 to your computer and use it in GitHub Desktop.
Save lolmaus/1151371 to your computer and use it in GitHub Desktop.
validates :image_url,
format: { with: %r{\.(gif|jpg|jpeg|png)$}i,
message: 'must be a URL for GIF, JPG or PNG image.', },
allow_blank: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment