in_list?()
Test if this record is in a list
# File activerecord/lib/active_record/acts/list.rb, line 172 def in_list? !send(position_column).nil? end