1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rails should be nodoc'd here [ci skip]

This commit is contained in:
Zachary Scott 2015-04-29 18:44:37 -07:00
parent 8cf22cefd4
commit 80ee55f3b8

View file

@ -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'