elastic / elasticsearch-rails

Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Apache License 2.0
3.07k stars 793 forks source link

`ruby2_keywords` is not an instance method #1065

Closed znz closed 9 months ago

znz commented 9 months ago

https://github.com/elastic/elasticsearch-rails/blob/8fe0a555083d16d9d64dea7b0ae8a8695c1d4211/elasticsearch-model/lib/elasticsearch/model/proxy.rb#L118 defines an instance method. But https://github.com/elastic/elasticsearch-rails/blob/8fe0a555083d16d9d64dea7b0ae8a8695c1d4211/elasticsearch-model/lib/elasticsearch/model/proxy.rb#L123 calls a class method. So it should define as a singleton method of the module.