uploaded_file.rb 142 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 require 'app/models/uploaded_file' class UploadedFile < Article has_attachment(attachment_options.merge(:path_prefix => "test/tmp")) end