From cf7e27544d3460e39da5513d08023dbd0c112dbe Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Wed, 1 Feb 2012 13:44:46 -0800 Subject: [PATCH] This is documentation change to fix errors when trying to run the bootstrap generator on a scaffold without it existing in the db. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c244aec7..26796807 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Example: rails g scaffold post title:string description:text + rake db:migrate rails g bootstrap:themed posts