Method: Falsify::Collect#sort_value

Defined in:
lib/falsify/models/product/collection/collect.rb

#sort_valueString

This is the same value as position but padded with leading zeroes to make it alphanumeric-sortable. This value is applied only when the custom collection is sorted manually.

Returns:

  • (String)


24
25
26
# File 'lib/falsify/models/product/collection/collect.rb', line 24

def sort_value
  @sort_value
end