File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ module RodaPlugins
1414 #
1515 # Or, if you have registered mime types when loading the plugin:
1616 #
17- # plugin :response_content_type, mime_types: {
18- # plain: "text/plain",
19- # html: "text/html",
20- # pdf: "application/pdf"
21- # }
17+ # plugin :response_content_type, mime_types: {
18+ # plain: "text/plain",
19+ # html: "text/html",
20+ # pdf: "application/pdf"
21+ # }
2222 #
2323 # You can use a symbol:
2424 #
25- # response.content_type = :html
25+ # response.content_type = :html
2626 #
2727 # If you would like to load all mime types supported by rack/mime,
2828 # you can use the <tt>mime_types: :from_rack_mime</tt> option:
2929 #
30- # plugin :response_content_type, mime_types: :from_rack_mime
30+ # plugin :response_content_type, mime_types: :from_rack_mime
3131 #
3232 # Note that you are unlikely to be using all of these mime types,
3333 # so doing this will likely result in unnecessary memory usage. It
You can’t perform that action at this time.
0 commit comments