Cross Reference: sentence.rb
xref
: /
ontohub
/
app
/
models
/
sentence.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sentence.rb revision 7a522a1916e13f0cdbf191f633a4fc2523444038
class
Sentence
<
ActiveRecord
::
Base
include
Metadatable
belongs_to
:
ontology_version
has_and_belongs_to_many
:
entities
delegate
:
ontology
, :
to
=> :
ontology_version
end