Skip to content

Instantly share code, notes, and snippets.

@ArunGupta25
Created June 14, 2012 21:54
Show Gist options
  • Save ArunGupta25/2933209 to your computer and use it in GitHub Desktop.
Save ArunGupta25/2933209 to your computer and use it in GitHub Desktop.
class Photo < ActiveRecord::Base
attr_accessible :shared, :user_id, :image, :remote_image_url
belongs_to :user
mount_uploader :image, ImageUploader
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment