amerine (owner)

Revisions

gist: 217394 Download_button fork
public
Public Clone URL: git://gist.github.com/217394.git
Embed All Files: show embed
Text only #
1
2
3
4
5
if ENV['RAILS_ENV'] && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
  require 'logger'
  RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
end