File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The available features include:
3939 [ sparse fields] ( https://jsonapi.org/format/#fetching-sparse-fieldsets ) )
4040 * [ filtering] ( https://jsonapi.org/format/#fetching-filtering ) and
4141 [ sorting] ( https://jsonapi.org/format/#fetching-sorting ) of the data
42- (powered by Ransack)
42+ (powered by Ransack, soft-dependency )
4343 * [ pagination] ( https://jsonapi.org/format/#fetching-pagination ) support
4444
4545## But how?
@@ -231,6 +231,8 @@ to filter and sort over a collection of records.
231231The support is pretty extended and covers also relationships and composite
232232matchers.
233233
234+ Please add ` ransack ` to your ` Gemfile ` in order to benefit from this functionality!
235+
234236Here's an example:
235237
236238``` ruby
You can’t perform that action at this time.
0 commit comments