We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dcf85 commit e9df999Copy full SHA for e9df999
1 file changed
README.md
@@ -1390,7 +1390,7 @@ Defining a custom `Processor` allows for custom callback handling of each operat
1390
```ruby
1391
class Api::V4::BookProcessor < JSONAPI::Processor
1392
after_find do
1393
- unless @results.is_a?(JSONAPI::ErrorsOperationResult)
+ unless @result.is_a?(JSONAPI::ErrorsOperationResult)
1394
@result.meta[:total_records_found] = @result.record_count
1395
end
1396
0 commit comments