From 88e4f51024ea8f732761d35d7f45d3e5b811a8f4 Mon Sep 17 00:00:00 2001 From: Steven Wilkin Date: Mon, 27 Apr 2009 22:36:22 +0100 Subject: [PATCH] removed deprecated method of send content type headers --- trends.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trends.rb b/trends.rb index 6e23ea8..168c180 100755 --- a/trends.rb +++ b/trends.rb @@ -9,6 +9,6 @@ end get '/css/trends.css' do - header 'Content-Type' => 'text/css; charset=utf-8' + content_type 'text/css', :charset => 'utf-8' sass :trends end