Skip to content

Commit

Permalink
Merge pull request #1118 from amatsuda/pp_console
Browse files Browse the repository at this point in the history
always enable `pp` on the Rails console
  • Loading branch information
NZKoz committed May 19, 2011
2 parents bcdb681 + d54c778 commit feddf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/lib/rails/application.rb
Expand Up @@ -195,6 +195,7 @@ def initialize_generators
end

def initialize_console(sandbox=false)
require "pp"
require "rails/console/app"
require "rails/console/helpers"
end
Expand Down

0 comments on commit feddf31

Please sign in to comment.