Created
March 21, 2012 11:11
-
-
Save shtirlic/2146256 to your computer and use it in GitHub Desktop.
Disable Rack::Lint
This file contains 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
module Rack | |
class Lint | |
def call(env = nil) | |
@app.call(env) | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks @troelskn