Skip to content

Commit

Permalink
Added getByIndex persistence method.
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Apr 19, 2012
1 parent 9a139bf commit 30e0730
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ class AstyanaxPersistenceMethods
row.getColumnByName(name)
}

def getColumnByIndex(row, index)
{
row.getColumnByIndex(index)
}

def name(column)
{
column.name
Expand Down

0 comments on commit 30e0730

Please sign in to comment.