Method: Qa::MeshTree#eval_tree_path
- Defined in:
- app/models/qa/mesh_tree.rb
#eval_tree_path ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'app/models/qa/mesh_tree.rb', line 10 def eval_tree_path trees = read_attribute(:eval_tree_path) || write_attribute(:eval_tree_path, "") if trees trees.split("|") else [] end end |