Skip to content

Commit

Permalink
Replaced IRB with Pry.
Browse files Browse the repository at this point in the history
  • Loading branch information
davelnewton committed Sep 4, 2011
1 parent c81816c commit 2751594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/development.rb
Expand Up @@ -22,5 +22,8 @@

# Only use best-standards-support built into browsers
config.action_dispatch.best_standards_support = :builtin

require 'pry'
IRB = Pry
end

0 comments on commit 2751594

Please sign in to comment.