Skip to content

Commit

Permalink
always enable pp on the Rails console
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 18, 2011
1 parent 2692d32 commit d54c778
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 d54c778

Please sign in to comment.