Skip to content

Commit

Permalink
Merge pull request #1 from Joaz/master
Browse files Browse the repository at this point in the history
fixed example to include Grape::Order
  • Loading branch information
matfiz authored Sep 7, 2017
2 parents 5138a6a + fff1c40 commit ae4677c
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 @@ -27,7 +27,7 @@ $ gem install grape-order
```ruby
class MyApi < Grape::API
# Include Grape::Sort module in your api
include Grape::Sort
include Grape::Order

resource :comments do
desc 'Return a list of comments.'
Expand Down

0 comments on commit ae4677c

Please sign in to comment.