Skip to content

Commit

Permalink
Added getColumns persistence method.
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Apr 18, 2012
1 parent 4b43483 commit 9a139bf
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -169,6 +169,11 @@ class AstyanaxPersistenceMethods
row.key
}

def getColumns(row)
{
row.columns
}

def getColumn(row, name)
{
row.getColumnByName(name)
Expand Down

0 comments on commit 9a139bf

Please sign in to comment.