Commit
02f22cf0a8d6e22ff2837cc4cc48facc6534984b
Exists in
master
and in
17 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, index_name, lazy_index_name, less_deps, nested, reindex_refactor, relation, relation_search, scope_attributes, search_as_you_type, synonyms_ci, test_language, wildcard
Fixed warn [skip ci]
| @@ -193,7 +193,7 @@ module Searchkick |
| @@ -193,7 +193,7 @@ module Searchkick |
193
| end |
193
| end |
194
| |
194
| |
195
| def self.warn(message) |
195
| def self.warn(message) |
196
| - warn "[searchkick] WARNING: #{message}" |
196
| + super("[searchkick] WARNING: #{message}") |
197
| end |
197
| end |
198
| |
198
| |
199
| # private |
199
| # private |