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