aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/runner
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-10-28 20:44:58 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-10-28 20:44:58 +0200
commit83776676e54b387fc52081ff31cfd7710bae9e03 (patch)
tree659ccce3c9b437ede7d1ecf86edd25aa67bbbd02 /railties/lib/rails/commands/runner
parent86bf5adaa810ef9d988cc64dbe1b466f0f74e817 (diff)
downloadrails-83776676e54b387fc52081ff31cfd7710bae9e03.tar.gz
rails-83776676e54b387fc52081ff31cfd7710bae9e03.tar.bz2
rails-83776676e54b387fc52081ff31cfd7710bae9e03.zip
Hide commands from API site.
They're just barren on the site and confure more than guide, instead rely on the built in --help to guide users.
Diffstat (limited to 'railties/lib/rails/commands/runner')
-rw-r--r--railties/lib/rails/commands/runner/runner_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/runner/runner_command.rb b/railties/lib/rails/commands/runner/runner_command.rb
index 8db6da8759..27666c76b7 100644
--- a/railties/lib/rails/commands/runner/runner_command.rb
+++ b/railties/lib/rails/commands/runner/runner_command.rb
@@ -1,6 +1,6 @@
module Rails
module Command
- class RunnerCommand < Base
+ class RunnerCommand < Base # :nodoc:
class_option :environment, aliases: "-e", type: :string,
default: Rails::Command.environment.dup,
desc: "The environment for the runner to operate under (test/development/production)"