Module: Georgia::Concerns::Treeable::ClassMethods

Defined in:
app/models/georgia/concerns/treeable.rb

Instance Method Summary collapse

Instance Method Details

#update_tree(tree) ⇒ Object



17
18
19
20
21
# File 'app/models/georgia/concerns/treeable.rb', line 17

def update_tree(tree)
  tree.each do |id, attributes|
    update(id, attributes)
  end
end