dpaluy/sendgrid-threads

View on GitHub
lib/sendgrid_threads/engine.rb

Summary

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