This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You must require this file in application.rb, above the Application | |
# definition, for this to work. For example: | |
# | |
# # PIDs prepended to logs | |
# if Rails.env.production? | |
# require File.expand_path('../../lib/pid_logger', __FILE__) | |
# end | |
# | |
# module MyApp | |
# class Application < Rails::Application |