kinman-enphase

Results 2 issues of kinman-enphase

On Ruby 2.2.2 and Rails 4.0.10: Before destroying a node, I want to move its children to the root node of the tree. ``` before_destroy :move_children def move_children self.children.update_all(parent_id: self.root.id)...

Feature request
Question

For several countries, I'd like to suppress all subregions. I set the _enabled attribute to false on all subregions, but only every other one is actually suppressed. For example: bd.yml...