seyhunak/log_exceptions

View on GitHub
lib/log_exceptions/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module LogExceptions
  class Engine < ::Rails::Engine
    isolate_namespace LogExceptions
  end
end