5375: small updates on comments
authorRadhika Chippada <radhika@curoverse.com>
Sat, 21 Mar 2015 10:42:04 +0000 (06:42 -0400)
committerRadhika Chippada <radhika@curoverse.com>
Sat, 21 Mar 2015 10:42:04 +0000 (06:42 -0400)
apps/workbench/config/application.default.yml
apps/workbench/config/initializers/mime_types.rb

index d87ca9b8787ac2622cafe7f3f7c412b0d7dc6743..1851de06ced1af0c212b48c25e1cc51d1bf772df 100644 (file)
@@ -189,7 +189,7 @@ common:
   email_from: arvados@example.com
 
   # Mimetypes of applications for which the view icon
-  # would be shown in collection show page.
+  # would be enabled in a collection's show page.
   # It is sufficient to list only applications here.
   # No need to list text and image types.
   application_mimetypes_with_view_icon: [fasta, go, json, pdf, python, r, sam, sh, xml, xsl]
index 6dd0eae35562df2d61766aabccfc463760d68b4f..13d15e2d4dd0abcb79c8645c254e911fc289f11d 100644 (file)
@@ -4,7 +4,7 @@
 # Mime::Type.register "text/richtext", :rtf
 # Mime::Type.register_alias "text/html", :iphone
 
-# add new mime types to register
+# add new mime types to MIME from mime_types gem
 
 require 'mime/types'
 include MIME