Skip to content

Instantly share code, notes, and snippets.

@dan
Created May 23, 2014 18:47
Show Gist options
  • Save dan/72059412a2585d00863d to your computer and use it in GitHub Desktop.
Save dan/72059412a2585d00863d to your computer and use it in GitHub Desktop.
require 'paperclip/media_type_spoof_detector'
module Paperclip
class MediaTypeSpoofDetector
def spoofed?
false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment