Skip to content

Commit

Permalink
Merge pull request #9 from reu/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
Matthew Beale committed Jun 15, 2011
2 parents 556065c + bc5c1eb commit beb8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.mkd
Expand Up @@ -34,7 +34,7 @@ This simple example assumes an integer column called `row_order`. To order Duck

Duck.rank(:row_order).all

The ranking integers stored in the `raw_order` column will be big and spaced apart. When you
The ranking integers stored in the `row_order` column will be big and spaced apart. When you
implement a sorting UI, just update the resource with the position instead:

@duck.update_attribute :row_order_position, 0 # or 1, 2, 37. :first and :last are also valid
Expand Down

0 comments on commit beb8070

Please sign in to comment.