hide_command!()
Convenience method to hide this command from the available ones when running rails command.
# File railties/lib/rails/command/base.rb, line 55 def hide_command! Rails::Command.hidden_commands << self end