thumbnail.rb 247 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 class Thumbnail < ActiveRecord::Base has_attachment :storage => :file_system, :content_type => :image, :max_size => 5.megabytes validates_as_attachment sanitize_filename postgresql_attachment_fu attr_accessible :uploaded_data end