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