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