Skip to content

Commit b95f613

Browse files
committed
Restructure verify example tabbing
1 parent 9d68796 commit b95f613

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -697,13 +697,13 @@ verified value, which may be modified.
697697

698698
```ruby
699699
filter :ids,
700-
verify: ->(values, context) {
701-
verify_keys(values, context)
702-
return values
703-
},
704-
apply: -> (records, value, _options) {
705-
records.where('id IN (?)', value)
706-
}
700+
verify: ->(values, context) {
701+
verify_keys(values, context)
702+
return values
703+
},
704+
apply: -> (records, value, _options) {
705+
records.where('id IN (?)', value)
706+
}
707707
```
708708

709709
##### Finders

0 commit comments

Comments
 (0)