Module: Parentry::Strategy::Ltree::ClassMethods

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

Instance Method Summary collapse

Instance Method Details

#parentry_depth_functionObject



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

def parentry_depth_function
  Arel.sql("nlevel(#{parentry_column})")
end