Sha256: 61d72bf73467e533bbde32993096309229f1e2c7f0e04120ee2ee47510f6b0b9
Contents?: true
Size: 456 Bytes
Versions: 63
Compression:
Stored size: 456 Bytes
Contents
# 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
Version data entries
63 entries across 63 versions & 1 rubygems