Method: Qa::MeshTree#classify_tree!

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

#classify_tree!Object



22
23
24
25
26
27
28
# File 'app/models/qa/mesh_tree.rb', line 22

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