Method: Qa::SubjectMeshTerm#synonyms
- Defined in:
- app/models/qa/subject_mesh_term.rb
#synonyms ⇒ Object
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 |