Test if this record is in a list
Returns:
169 170 171
# File 'lib/acts_as_list.rb', line 169 def in_list? !send(position_column).nil? end