]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/http_accept_language/init.rb
Remove the languages hash since we are now storing the languages in a table. Translat...
[rails.git] / vendor / plugins / http_accept_language / init.rb
1 if defined?(ActionController::Request)
2   ActionController::Request.send :include, HttpAcceptLanguage
3 elsif defined?(ActionController::AbstractRequest)
4   ActionController::AbstractRequest.send :include, HttpAcceptLanguage
5 else
6   ActionController::CgiRequest.send :include, HttpAcceptLanguage
7 end