Add content_type line to German CoffeeScript example.

This commit is contained in:
Konstantin Haase 2010-09-12 23:11:22 +02:00
parent f58d015b6d
commit a852f97f52
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ Das coffee-script gem und das `coffee`-Programm werden benötigt um CoffeScript-
require 'coffee-script'
get '/application.js' do
content_type 'text/javascript', :charset => 'utf-8'
coffee :application
end