diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-04 17:56:11 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-04 17:56:11 +0000 |
commit | 2e0927282d6986122ac260f3c23f601fe6043c05 (patch) | |
tree | 4420335f99f4eecc027576954862a5ec0f81e819 /railties/README | |
parent | 68b909726b25255437f4f7500bcb16d29cb924f6 (diff) | |
download | rails-2e0927282d6986122ac260f3c23f601fe6043c05.tar.gz rails-2e0927282d6986122ac260f3c23f601fe6043c05.tar.bz2 rails-2e0927282d6986122ac260f3c23f601fe6043c05.zip |
Doc fix (closes #5660)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4991 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r-- | railties/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/README b/railties/README index c07c5a1baa..0d6affddcd 100644 --- a/railties/README +++ b/railties/README @@ -113,6 +113,9 @@ Passing an argument will specify a different environment, like <tt>script/consol To reload your controllers and models after launching the console run <tt>reload!</tt> +To reload your controllers and models after launching the console run <tt>reload!</tt> + + == Description of contents |