From 2e0927282d6986122ac260f3c23f601fe6043c05 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 Sep 2006 17:56:11 +0000 Subject: [PATCH] Doc fix (closes #5660) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4991 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/README | 3 +++ 1 file changed, 3 insertions(+) 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 script/consol To reload your controllers and models after launching the console run reload! +To reload your controllers and models after launching the console run reload! + + == Description of contents