Mercurial > zeropaste
view config/initializers/mime_types.rb @ 376:02903dc8214d
Fix code styles.
- remove return and self keyword and use find_each instead of each.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sat, 06 Jun 2015 22:34:36 +0900 | 
| parents | 3a1f6c2e195d | 
| children | 68eb23b52864 | 
line wrap: on
 line source
# Be sure to restart your server when you modify this file. # Add new mime types for use in respond_to blocks: # Mime::Type.register "text/richtext", :rtf # Mime::Type.register_alias "text/html", :iphone Mime::Type.register "text/plain", :txt
