Skip to content

Commit

Permalink
Updated README for result iterator filtering 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Mar 16, 2018
1 parent 00e7cc7 commit 6acfec7
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 @@ -1204,7 +1204,7 @@ The following attributes will pass validation since they explicitly `allow_nil`:

### Filtering result lists

If the API returns a JSON list of items, this is retured to you as a `Flexirest::ResultIterator` object. A `ResultIterator` sorts simple filtering of the list based on values matching a specified criteria (or matching using regular expressions):
If the API returns a JSON list of items, this is retured to you as a `Flexirest::ResultIterator` object. A `ResultIterator` sorts simple filtering of the list using a `where` method based on values matching a specified criteria (or matching using regular expressions):

```ruby
class Article < Flexirest::Base
Expand Down

0 comments on commit 6acfec7

Please sign in to comment.