# lib/custom_email_tracker/engine.rb module CustomEmailTracker class Engine < Rails::Engine; end end