To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / config / initializers / 20-mime_types.rb @ 1566:ac2e4a54a6a6

History | View | Annotate | Download (113 Bytes)

1
# Add new mime types for use in respond_to blocks:
2

    
3
Mime::SET << Mime::CSV unless Mime::SET.include?(Mime::CSV)
4