mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
11 lines
175 B
Ruby
11 lines
175 B
Ruby
|
|
#config/initilizers/paperclip.rb
|
||
|
|
require 'paperclip/media_type_spoof_detector'
|
||
|
|
|
||
|
|
module Paperclip
|
||
|
|
class MediaTypeSpoofDetector
|
||
|
|
def spoofed?
|
||
|
|
false
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|