wapa5pow/rack-action_logger

View on GitHub
lib/rack/action_logger/controller_concerns.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rack::ActionLogger
  module ControllerConcerns
    extend ActiveSupport::Autoload

    autoload :RequestLog
  end
end