cirandas.net

ref: master

test/mocks/uploaded_file.rb


1
2
3
4
5
class UploadedFile

  has_attachment(attachment_options.merge(:path_prefix => "test/tmp"))

end