We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f18963 commit 8db19a1Copy full SHA for 8db19a1
lib/meilisearch/utils.rb
@@ -58,7 +58,7 @@ def self.warn_on_non_conforming_attribute_names(body)
58
return if non_snake_case.empty?
59
60
message = <<~MSG
61
- Attributes will be expected to be snake_case in future versions of MeiliSearch.
+ Attributes will be expected to be snake_case in future versions of Meilisearch Ruby.
62
63
Non-conforming attributes: #{non_snake_case.join(', ')}
64
MSG
0 commit comments