mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Spelling error
This commit is contained in:
parent
5917e50382
commit
3c7ab1a45a
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ $ rails "task_name[value 1]" # entire argument string should be quoted
|
|||
$ rails db:nothing
|
||||
```
|
||||
|
||||
NOTE: If your need to interact with your application models, perform database queries, and so on, your task should depend on the `environment` task, which will load your application code.
|
||||
NOTE: If you need to interact with your application models, perform database queries, and so on, your task should depend on the `environment` task, which will load your application code.
|
||||
|
||||
The Rails Advanced Command Line
|
||||
-------------------------------
|
||||
|
|
Loading…
Reference in a new issue