Method: Qa::SubjectMeshTerm#synonyms

Defined in:
app/models/qa/subject_mesh_term.rb

#synonymsObject



12
13
14
15
# File 'app/models/qa/subject_mesh_term.rb', line 12

def synonyms
  s = read_attribute(:synonyms)
  s.nil? ? [] : s.split("|")
end