Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
in_list?()
public
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