Module: Parentry::Strategy::Array::ClassMethods
- Defined in:
- lib/parentry/strategy/array/class_methods.rb
Instance Method Summary collapse
Instance Method Details
#parentry_depth_function ⇒ Object
5 6 7 |
# File 'lib/parentry/strategy/array/class_methods.rb', line 5 def parentry_depth_function Arel.sql("array_length(#{parentry_column}, 1)") end |