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 b5e905c commit b500bf0Copy full SHA for b500bf0
elasticsearch-model/README.md
@@ -126,7 +126,7 @@ Article.__elasticsearch__.client = Elasticsearch::Client.new host: 'api.server.o
126
Or configure the client for all models:
127
128
```ruby
129
-Elasticsearch::Model.client = Elasticsearch::Client.new log:true
+Elasticsearch::Model.client = Elasticsearch::Client.new log: true
130
```
131
132
You might want to do this during you application bootstrap process, e.g. in a Rails initializer.
0 commit comments