diff --git a/config.ru b/config.ru index 2a46068..5dc8503 100644 --- a/config.ru +++ b/config.ru @@ -8,7 +8,7 @@ class TheSmallestRailsApp < Rails::Application routes.append { root to: 'hello#world' } config.secret_token = 'a'*30 - config.logger = Logger.new STDOUT + config.logger = Logger.new $> end class HelloController < ActionController::Base