# File lib/paperclip/storage/filesystem.rb, line 22
      def exists?(style_name = default_style)
        if original_filename
          File.exist?(path(style_name))
        else
          false
        end
      end