]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/http_accept_language/init.rb
Take a copy of r16069 from the trunk to create an oauth branch.
[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