diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/README b/railties/README index b8e3569258..7d8965e6bd 100644 --- a/railties/README +++ b/railties/README @@ -124,6 +124,9 @@ application is running. You can inspect domain models, change values, and save t database. Starting the script without arguments will launch it in the development environment. Passing an argument will specify a different environment, like <tt>script/console production</tt>. +To reload your controllers and models after launching the console run <tt>reload!</tt> + + == Description of contents |