Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/hash/extract_nested_set_attributes.rb

Instance Method Summary collapse

Instance Method Details

#extract_nested_set_attributes!Object



2
3
4
5
6
# File 'lib/core_ext/hash/extract_nested_set_attributes.rb', line 2

def extract_nested_set_attributes!
  slice(*SimpleNestedSet::ATTRIBUTES).tap do
    except!(*SimpleNestedSet::ATTRIBUTES)
  end
end