Skip to content

Commit

Permalink
Merge pull request #15 from Dahie/patch-1
Browse files Browse the repository at this point in the history
correct wrong Representer name in readme
  • Loading branch information
dblock committed Oct 12, 2015
2 parents 8fe6863 + d911873 commit a941020
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 @@ -67,7 +67,7 @@ module ProductsRepresenter
include Roar::Hypermedia
include Grape::Roar::Representer

collection :entries, extend: ProductPresenter, as: :products, embedded: true
collection :entries, extend: ProductRepresenter, as: :products, embedded: true
end
```

Expand Down

0 comments on commit a941020

Please sign in to comment.