# ISSUE: this code is currently defined eitil_wrapper/railtie.rb, since module inclusion # somehow leads to errors in the initialization process. Ideally, this code would be # defined in eitil_wrapper/jobs/single_method_job.rb and dispatched in eitil_wrapper/railtie.rb # require "eitil_wrapper/railtie" to run the dynamic dispatch as an init hook during boot require "eitil_wrapper/railtie" module EitilWrapper module CreateSingleMethodJob end end