Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created July 30, 2013 01:49
class Photo < ActiveRecord::Base
mount_uploader :image, ImageUploader
validates_presence_of :image
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment