From 28fda3c61212c7119aa4244637c096c2b79c9a29 Mon Sep 17 00:00:00 2001 From: Robert Waltemath Date: Thu, 18 Oct 2012 09:54:59 +0200 Subject: [PATCH] Corrected rake command for doc generation. --- doc/README_FOR_APP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index a0186c07..79fdd74b 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -1,5 +1,5 @@ Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake appdoc" to generate API documentation for your models and controllers. +Run "rake doc:app" to generate API documentation for your models and controllers. = The Foodsoft