Skip to content

Commit

Permalink
can -> can be
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed May 8, 2014
1 parent 724cf67 commit 03ec27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Your `@form` is now ready to be rendered, either do it yourself or use something
= f.input :title
```

Nested forms and collections can easily rendered with `fields_for`, etc. Just use Reform as if it would be an ActiveModel instance in the view layer.
Nested forms and collections can be easily rendered with `fields_for`, etc. Just use Reform as if it would be an ActiveModel instance in the view layer.


## Validation
Expand Down

0 comments on commit 03ec27e

Please sign in to comment.