diff options
author | Zachary Scott <e@zzak.io> | 2015-04-29 18:44:37 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-04-29 18:44:37 -0700 |
commit | 80ee55f3b81d0219ad36a6c455549722c220722a (patch) | |
tree | 324b3cdd88af2b17d0dbc25c250e7d900d3579e8 | |
parent | 8cf22cefd4e44b6dae1152b4fddea240c7ee479b (diff) | |
download | rails-80ee55f3b81d0219ad36a6c455549722c220722a.tar.gz rails-80ee55f3b81d0219ad36a6c455549722c220722a.tar.bz2 rails-80ee55f3b81d0219ad36a6c455549722c220722a.zip |
Rails should be nodoc'd here [ci skip]
-rw-r--r-- | activejob/lib/rails/generators/job/job_generator.rb | 2 |
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' |