All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proofpoint.railtie.rb Maven / Gradle / Ivy

There is a newer version: 1.07
Show newest version
require 'rails/railtie'

module Proofpoint
  module RackServer
    class Railtie < Rails::Railtie
      initializer 'proofpoint.rack_server.initialize_logger', :before => :initialize_logger do
        Rails.logger = RackLogger.new
      end
    end
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy