Cross Reference: distributed_ontology.rb
xref
: /
ontohub
/
app
/
models
/
distributed_ontology.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
DistributedOntology
<
Ontology
include
Elasticsearch
::
Model
include
Elasticsearch
::
Model
::
Callbacks
document_type
'distributed_ontology'
index_name
'distrubuted_ontologies'
def
self.model
_name
Ontology.model
_name
end
def
to_partial_path
'ontology'
end
end