Skip to content

Commit

Permalink
removed deprecated method of send content type headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Apr 27, 2009
1 parent 753cfa5 commit 88e4f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trends.rb
Expand Up @@ -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

0 comments on commit 88e4f51

Please sign in to comment.