# File lib/active_record/acts/list.rb, line 127 def first? return false unless in_list? self.send(position_column) == 1 end