last?()
Return true if this object is the last in the list.
# File activerecord/lib/active_record/acts/list.rb, line 150 def last? return false unless in_list? self.send(position_column) == bottom_position_in_list end