README.md in readymade-0.3.8 vs README.md in readymade-0.3.9
- old
+ new
@@ -282,9 +282,10 @@
end
```
```ruby
User.all.filter_collection({ by_status: 'active', by_role: 'manager' })
+User.all.filter_collection({ by_status: 'active', by_role: 'manager' }, chain_with: :or) # active OR manager
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.