bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.

Home Page:https://goodjob-demo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential documentation error in GoodJob::ActiveJobExtensions::NotifyOptions

pgvsalamander opened this issue · comments

The documentation for using the NotifyOptions extension mention including GoodJob::ActiveJobExtensions::Notify in order to make use of those features, but the module defined is GoodJob::ActiveJobExtensions::NotifyOptions. Is that a typo, or is there some magic I'm missing that defines that module elsewhere?

# include GoodJob::ActiveJobExtensions::Notify

I'll submit a PR if this is an error.

Definitely a typo. Thanks!