Commit 486dd0e1124f4ca580919b698a3d8864c81fc38c
1 parent
3a3c8319
Exists in
master
and in
17 other branches
Less words [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/query.rb
... | ... | @@ -135,7 +135,7 @@ module Searchkick |
135 | 135 | # not great place, but params method is called multiple times |
136 | 136 | # and we want warning to show up only once |
137 | 137 | if options[:models] && options[:per_page] && @index_mapping.values.flatten.any? { |m| m != m.searchkick_klass } |
138 | - warn "[searchkick] WARNING: Passing child models to the models option throws off pagination - use type option instead" | |
138 | + warn "[searchkick] WARNING: Passing child models to models option throws off pagination - use type option instead" | |
139 | 139 | end |
140 | 140 | |
141 | 141 | if options[:debug] | ... | ... |