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