Merge pull request #1102 from sharpmachine/patch-1

Update README.md line 458
This commit is contained in:
Rafael Mendonça França 2014-07-16 13:26:22 -03:00
commit ed3de1c2b5
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ Rails helper, but change the builder to use the `SimpleForm::FormBuilder`.
```ruby
form_for @user do |f|
simple_fields_for :posts do |posts_form|
f.simple_fields_for :posts do |posts_form|
# Here you have all simple_form methods available
posts_form.input :title
end