Created
November 1, 2012 17:35
-
-
Save cgallagher/3995245 to your computer and use it in GitHub Desktop.
Validating Paperclip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# check the type of file and tell them to F off if its wrong. | |
validates_attachment :image, :presence => true, :size => { :in => 0..10.kilobytes } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment