Method: Elasticsearch::Model::Registry#models
- Defined in:
- lib/elasticsearch/model/multimodel.rb
permalink #models ⇒ Object
Returns a copy of the registered models
55 56 57 |
# File 'lib/elasticsearch/model/multimodel.rb', line 55 def models @models.dup end |