Method: Qa::MeshTree#classify_tree!
- Defined in:
- app/models/qa/mesh_tree.rb
#classify_tree! ⇒ Object
24 25 26 27 28 29 30 |
# File 'app/models/qa/mesh_tree.rb', line 24 def classify_tree! unless classify_tree.empty? tree_path = classify_tree.join('|') puts "After Join #{tree_path.inspect}" update_attribute(:eval_tree_path, tree_path) end end |