annotate config/initializers/20-mime_types.rb @ 1539:22d57b0e0a77 live

OK, this script works now, but it should be using the API
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 21 May 2015 17:31:06 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 # Add new mime types for use in respond_to blocks:
Chris@0 2
Chris@0 3 Mime::SET << Mime::CSV unless Mime::SET.include?(Mime::CSV)
Chris@1115 4