Cross Reference: ontology.rb
xref
: /
ontohub
/
app
/
models
/
ontology.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
ontology.rb revision c2a43487f95ec97c9e0c2c71641b39465799d0ff
class
Ontology
<
ActiveRecord
::
Base
include
Metadatable
include
Ontology
::
Entities
include
Ontology
::
Axioms
include
Ontology
::
Import
belongs_to
:
logic
belongs_to
:
user
has_many
:
versions
, :
class_name
=>
'OntologyVersion'
end