Method: Qa::MeshTree#eval_tree_path
- Defined in:
- app/models/qa/mesh_tree.rb
#eval_tree_path ⇒ Object
8 9 10 11 |
# File 'app/models/qa/mesh_tree.rb', line 8 def eval_tree_path trees = self[:eval_tree_path] || (self[:eval_tree_path] = "") trees ? trees.split("|") : [] end |