Enabled hirb for better console formatting.
This commit is contained in:
parent
dcd2a514a6
commit
be85296ddb
3 changed files with 7 additions and 0 deletions
|
|
@ -26,4 +26,8 @@ config.action_mailer.smtp_settings = {
|
|||
:user_name => "username",
|
||||
:password => "secret"
|
||||
}
|
||||
|
||||
# Enable hirb for better console formatting
|
||||
require "hirb"
|
||||
Hirb.enable
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue