From a731551ca01fcee0dec5dd6f5bd48b0293e3e16c Mon Sep 17 00:00:00 2001 From: Vasili Kachalko Date: Fri, 6 Jul 2012 15:31:29 +0300 Subject: [PATCH] Update patch-1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5bb4161..ac470ba1 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ instance, if you want to wrap date/time/datetime in a div, you can do: # app/inputs/date_time_input.rb class DateTimeInput < SimpleForm::Inputs::DateTimeInput def input - content_tag(:div, super) + template.content_tag(:div, super) end end ```