Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Add Formtastic Bootstrap mention in README. #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down