Sha256: ca7532d3bb7c23183085ed03b64685e07f8289e1859948d923a6b86a68382f24
Contents?: true
Size: 262 Bytes
Versions: 6
Compression:
Stored size: 262 Bytes
Contents
require 'rails/generators/job/job_generator' module Rails module Generators class JobGenerator def generate_locale_file invoke("locale:job", [name]) if ActiveGenerator.configuration.autoload_job_generator_locale end end end end
Version data entries
6 entries across 6 versions & 1 rubygems