Method: Positionable::InstanceMethods#move_to_bottom
- Defined in:
- lib/positionable.rb
#move_to_bottom(list_name = :default) ⇒ Object
Move to the bottom of the list.
157 158 159 |
# File 'lib/positionable.rb', line 157 def move_to_bottom(list_name = :default) insert_at_position(list_name, :bottom) if in_list? end |