Skip to content

Commit

Permalink
Fix composition example
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewater committed Jun 22, 2016
1 parent 36d2428 commit ed50f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -296,7 +296,7 @@ Put this in an initializer or on top of your script.
Reform allows to map multiple models to one form. The [complete documentation](https://github.com/apotonick/disposable#composition) is here, however, this is how it works.

```ruby
class AlbumTwin < Reform::Form
class AlbumForm < Reform::Form
include Composition

property :id, on: :album
Expand Down

0 comments on commit ed50f8a

Please sign in to comment.