Cross Reference: ontology.rb
xref
: /
ontohub
/
app
/
models
/
ontology.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
ontology.rb revision 279dfe8d07ff651880bd08dba5a7c73a95213e5e
class
Ontology
<
ActiveRecord
::
Base
include
Permissionable
include
Metadatable
include
Ontology
::
Entities
include
Ontology
::
Axioms
include
Ontology
::
Import
belongs_to
:
logic
has_many
:
versions
, :
class_name
=>
'OntologyVersion'
attr_accessible
:
uri
, :
name
, :
description
, :
logic_id
strip_attributes
:
only
=> [:
name
, :
uri
]
def
to_s
uri
end
end