Cross Reference:
xref
: /
ontohub
/
app
/
models
/
entity_group.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
entity_group.rb revision 57fa20233f32533d1b09cccec91c2e7b57a16cf1
class
EntityGroup
<
ActiveRecord
::
Base
extend
Dagnabit
::
Vertex
::
Activation
belongs_to
:
ontology
has_many
:
entities
attr_accessible
:
ontology
, :
name
, :
entities
acts_as_vertex
connected_by
'EEdge'
def
to_s
name
end
end