Module: Parentry::Strategy::Ltree::ClassMethods
- Defined in:
- lib/parentry/strategy/ltree/class_methods.rb
Instance Method Summary collapse
Instance Method Details
#parentry_depth_function ⇒ Object
5 6 7 |
# File 'lib/parentry/strategy/ltree/class_methods.rb', line 5 def parentry_depth_function Arel::Nodes::NamedFunction.new('nlevel', [arel_table[parentry_column]]) end |