Skip to content

Commit 3730abe

Browse files
committed
Clarify that Grape::Roar::Representer needs to be included after other Roar mixins.
1 parent 1fb23b6 commit 3730abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040

4141
### Use Grape's Present
4242

43-
You can use Grape's `present` keyword after including Grape::Roar::Representer into a representer module.
43+
Include Grape::Roar::Representer into a representer module *after* any Roar mixins, then use Grape's `present` keyword.
4444

4545
```ruby
4646
module ProductRepresenter

0 commit comments

Comments
 (0)