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