Commit 398776cf4a91f61332c1fd741bf568278590b31a

Authored by Andrew Kane
1 parent 28322ca1

Added master note

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -496,7 +496,7 @@ And to search, use:
496 496 ```ruby
497 497 Animal.search "*" # all animals
498 498 Dog.search "*" # just dogs
499   -Animal.search "*", type: [Dog, Cat] # just cats and dogs
  499 +Animal.search "*", type: [Dog, Cat] # just cats and dogs [master]
500 500 ```
501 501  
502 502 **Note:** The `suggest` option retrieves suggestions from the parent at the moment.
... ...