Fix syntax error

This commit is contained in:
Piotr Sarnacki 2013-01-26 00:02:15 +01:00
parent c6e3c29a57
commit 46eefaf26d

View File

@ -20,7 +20,7 @@ class Travis::Api::App
# hotfix?? # hotfix??
def route_missing def route_missing
@app ? forward : halt 404 @app ? forward : halt(404)
end end
def call(env) def call(env)