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