somleng/somleng-adhearsion

View on GitHub
components/app/app/models/tts_event_notifier.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TTSEventNotifier
  def notify(...)
    NotifyTTSEventJob.perform_async(...)
  end
end