Method: Positionable::InstanceMethods#list_position
- Defined in:
- lib/positionable.rb
#list_position(list_name = :default) ⇒ Object
Returns the record list position for the list.
196 197 198 |
# File 'lib/positionable.rb', line 196 def list_position(list_name = :default) send position_column(list_name) end |