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