Guest User

Untitled

a guest
Feb 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. IRB.conf[:IRB_RC] = Proc.new do
  2. # Log to STDOUT
  3. ActiveRecord::Base.logger = Logger.new(STDOUT)
  4.  
  5. # Aliases
  6. alias :r! :reload!
  7. end
Add Comment
Please, Sign In to add comment