Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use STDOUT's shorter alias
After all, it's not called `TheSmallestReadableRailsApp`
  • Loading branch information
kristjan committed Apr 6, 2012
1 parent 47b5ef9 commit 65d7314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -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
Expand Down

0 comments on commit 65d7314

Please sign in to comment.