Skip to content

Commit

Permalink
add image/x-citrix-pjpeg mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
erkki committed Oct 24, 2008
1 parent 9d75401 commit 1f9784c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/technoweenie/attachment_fu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module AttachmentFu # :nodoc:
'image/x-xbitmap',
'application/png',
'application/x-png',
'image/gi_'
'image/gi_',
'image/x-citrix-pjpeg'
]
mattr_reader :content_types, :tempfile_path, :default_processors
mattr_writer :tempfile_path
Expand Down

0 comments on commit 1f9784c

Please sign in to comment.