diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-11-14 16:31:10 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-11-14 16:39:48 +0900 |
commit | dcb1a97638c67247467c3f58cb483214730fcdf3 (patch) | |
tree | 5955a3eb490dff823889e2489bf5f2a68664eb89 | |
parent | 0db310586ac3e15be95d2ef27ff40cfa24c05c10 (diff) | |
download | rails-dcb1a97638c67247467c3f58cb483214730fcdf3.tar.gz rails-dcb1a97638c67247467c3f58cb483214730fcdf3.tar.bz2 rails-dcb1a97638c67247467c3f58cb483214730fcdf3.zip |
do not show Active Job test generator
Like the other generator, for also Active Job, I think that there is no need to
display for test generator.
-rw-r--r-- | railties/lib/rails/generators.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/rails/generators.rb b/railties/lib/rails/generators.rb index 2645102619..e3d79521e7 100644 --- a/railties/lib/rails/generators.rb +++ b/railties/lib/rails/generators.rb @@ -208,6 +208,7 @@ module Rails "#{test}:model", "#{test}:scaffold", "#{test}:view", + "#{test}:job", "#{template}:controller", "#{template}:scaffold", "#{template}:mailer", |