mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
improve mime_type example in Spanish readme
This commit is contained in:
parent
cf83a2ba75
commit
2c461ae2cf
1 changed files with 3 additions and 1 deletions
|
@ -843,7 +843,9 @@ Cuando usás <tt>send_file</tt> o archivos estáticos tal vez tengas tipos mime
|
|||
que Sinatra no entiende. Usá +mime_type+ para registrarlos a través de la
|
||||
extensión de archivo:
|
||||
|
||||
mime_type :foo, 'text/foo'
|
||||
configure do
|
||||
mime_type :foo, 'text/foo'
|
||||
end
|
||||
|
||||
También lo podés usar con el ayudante +content_type+:
|
||||
|
||||
|
|
Loading…
Reference in a new issue