From e75a026477768ec32e118f972e464f921dee07f6 Mon Sep 17 00:00:00 2001 From: Robert Ross Date: Tue, 30 Oct 2012 17:33:02 -0700 Subject: [PATCH] Documentation error. Closes #6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547feeb..4360f30 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ class UserTable < TableCloth::Base # Columns can be provided a block # # column :name do |object| - # object.downcase + # object.name.downcase # end # # Columns can also have conditionals if you want.