diff options
Diffstat (limited to 'activejob/lib/rails/generators')
-rw-r--r-- | activejob/lib/rails/generators/job/job_generator.rb (renamed from activejob/lib/rails/generators/active_job/job_generator.rb) | 4 | ||||
-rw-r--r-- | activejob/lib/rails/generators/job/templates/job.rb (renamed from activejob/lib/rails/generators/active_job/templates/job.rb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activejob/lib/rails/generators/active_job/job_generator.rb b/activejob/lib/rails/generators/job/job_generator.rb index fe4af0d2cc..78a9c27606 100644 --- a/activejob/lib/rails/generators/active_job/job_generator.rb +++ b/activejob/lib/rails/generators/job/job_generator.rb @@ -1,6 +1,6 @@ require 'rails/generators/named_base' -module ActiveJob +module Rails module Generators # :nodoc: class JobGenerator < Rails::Generators::NamedBase # :nodoc: desc 'This generator creates an active job file at app/jobs' @@ -19,4 +19,4 @@ module ActiveJob end end -end
\ No newline at end of file +end diff --git a/activejob/lib/rails/generators/active_job/templates/job.rb b/activejob/lib/rails/generators/job/templates/job.rb index 6a21616d30..6a21616d30 100644 --- a/activejob/lib/rails/generators/active_job/templates/job.rb +++ b/activejob/lib/rails/generators/job/templates/job.rb |