README.markdown in aguids-positionable-0.2.1 vs README.markdown in aguids-positionable-0.2.2
- old
+ new
@@ -108,10 +108,13 @@
You might not even need to touch this helper as there is even a higher level helper to address the common links or buttons for the move actions:
positionable_links(record)
positionable_buttons(record)
-Both these helpers would output links/buttons for the move method if the record is on the list, or the insert methods otherwise.
+Both these helpers would output links/buttons for the move method if the record is on the list, or the insert methods otherwise. If you would like to internationalize the links and buttons generated, just define translations for the actions under the positionable namespace:
+
+ positionable:
+ move_to_top: 'Top'
### ActiveRecord Named Scopes
A positionable model has two activerecord named scopes for easy manipulation of the lists. They order the record either by ascending or by descending list position.