/gist:95c54a5df4e4ee6518da Secret
Created
July 30, 2013 01:49
Revisions
-
leemcalilly created this gist
Jul 30, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ class Photo < ActiveRecord::Base mount_uploader :image, ImageUploader validates_presence_of :image end