method

add_to_list_bottom

rails latest stable - Class: ActiveRecord::Acts::List::InstanceMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

add_to_list_bottom()
private

No documentation available.

# File activerecord/lib/active_record/acts/list.rb, line 181
          def add_to_list_bottom
            self[position_column] = bottom_position_in_list.to_i + 1
          end