aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-04-29 18:44:37 -0700
committerZachary Scott <e@zzak.io>2015-04-29 18:44:37 -0700
commit80ee55f3b81d0219ad36a6c455549722c220722a (patch)
tree324b3cdd88af2b17d0dbc25c250e7d900d3579e8 /activejob/lib/rails
parent8cf22cefd4e44b6dae1152b4fddea240c7ee479b (diff)
downloadrails-80ee55f3b81d0219ad36a6c455549722c220722a.tar.gz
rails-80ee55f3b81d0219ad36a6c455549722c220722a.tar.bz2
rails-80ee55f3b81d0219ad36a6c455549722c220722a.zip
Rails should be nodoc'd here [ci skip]
Diffstat (limited to 'activejob/lib/rails')
-rw-r--r--activejob/lib/rails/generators/job/job_generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/rails/generators/job/job_generator.rb b/activejob/lib/rails/generators/job/job_generator.rb
index 86e4c5266c..2115fb9f71 100644
--- a/activejob/lib/rails/generators/job/job_generator.rb
+++ b/activejob/lib/rails/generators/job/job_generator.rb
@@ -1,6 +1,6 @@
require 'rails/generators/named_base'
-module Rails
+module Rails # :nodoc:
module Generators # :nodoc:
class JobGenerator < Rails::Generators::NamedBase # :nodoc:
desc 'This generator creates an active job file at app/jobs'