Created
June 15, 2009 20:45
-
-
Save wjessop/130324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails::Initializer.run do |config| | |
config.gem 'wjessop-rack-noie6', :lib => 'noie6' | |
config.middleware.use "Rack::NoIE6", :minimum => 6.0, :redirect => '/upgrade' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment