Enabled hirb for better console formatting.

This commit is contained in:
benni 2011-05-07 21:14:11 +02:00
parent dcd2a514a6
commit be85296ddb
3 changed files with 7 additions and 0 deletions

View file

@ -26,4 +26,8 @@ config.action_mailer.smtp_settings = {
:user_name => "username",
:password => "secret"
}
# Enable hirb for better console formatting
require "hirb"
Hirb.enable