mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add alias r
for rails runner
This commit is contained in:
parent
70f9558d0e
commit
bfff5eac77
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ aliases = {
|
|||
"g" => "generate",
|
||||
"c" => "console",
|
||||
"s" => "server",
|
||||
"db" => "dbconsole"
|
||||
"db" => "dbconsole",
|
||||
"r" => "runner"
|
||||
}
|
||||
|
||||
command = ARGV.shift
|
||||
|
|
Loading…
Reference in a new issue