You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[STORE] Added the default Repository::Class for convenience
Instead of:
class MyRepository
include Elasticsearch::Persistence::Repository
end
repository = MyRepository.new
you can do:
repository = Elasticsearch::Persistence::Repository.new
The module function `new` returns an Elasticsearch::Persistence::Repository::Class instance.
0 commit comments