Skip to content

Commit

Permalink
fixing simpleform and formtastic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 29, 2011
1 parent b6ab23c commit d5b4838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -42,7 +42,7 @@ You will then be able to use +link_to_add+ and +link_to_remove+ helper methods o

== SimpleForm and Formtastic Support

If you add <tt>simple_form</tt> or <tt>formtastic</tt> before <tt>nested_form</tt> in your Gemfile it will automatically use that given form builder when calling <tt>nested_form_for</tt>.
Use <tt>simple_nested_form_for</tt> or <tt>semantic_nested_form_for</tt> for SimpleForm and Formtastic support respectively. This is feature is not yet in a Gem release but is in the Git repo.


== Partials
Expand Down

0 comments on commit d5b4838

Please sign in to comment.