mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update command_tasks source code
This commit is contained in:
parent
9cc41c36f7
commit
1fda385cdf
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ throwing an error message. If the command is valid, a method of the same name
|
|||
is called.
|
||||
|
||||
```ruby
|
||||
COMMAND_WHITELIST = %(plugin generate destroy console server dbconsole application runner new version help)
|
||||
COMMAND_WHITELIST = %w(plugin generate destroy console server dbconsole application runner new version help)
|
||||
|
||||
def run_command!(command)
|
||||
command = parse_command(command)
|
||||
|
|
Loading…
Reference in a new issue