From cbba83cfd18cb2018faa6aa38209303333b9106a Mon Sep 17 00:00:00 2001 From: Zak Elfassi Date: Tue, 28 Jan 2014 09:07:26 +0000 Subject: [PATCH] Add Formtastic Bootstrap mention in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 667b9dec..17ad55cc 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ The `:id` is to make sure you do not end up with a whole lot of tasks. The `:_destroy` must be there so that we can delete tasks. -## SimpleForm and Formtastic Support +## SimpleForm, Formtastic, and Formtastic Bootstrap Support -Use `simple_nested_form_for` or `semantic_nested_form_for` for SimpleForm and Formtastic support respectively. +Use `simple_nested_form_for` or `semantic_nested_form_for` or `semantic_bootstrap_nested_form_for` for SimpleForm, Formtastic, and Formtastic Bootstrap support respectively. ## Partials