Module: Parentry::Strategy::Array::ClassMethods

Defined in:
lib/parentry/strategy/array/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#parentry_depth_functionObject



5
6
7
# File 'lib/parentry/strategy/array/class_methods.rb', line 5

def parentry_depth_function
  Arel::Nodes::NamedFunction.new('array_length', [arel_table[parentry_column], 1])
end