Method: Sequel::Plugins::List::ClassMethods#position_field

Defined in:
lib/sequel/plugins/list.rb

#position_fieldObject

The column name holding the position in the list, as a symbol.

[View source]

85
86
87
# File 'lib/sequel/plugins/list.rb', line 85

def position_field
  @position_field
end