Skip to content

Commit

Permalink
Summaries is a better name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariussoutier committed Jun 22, 2012
1 parent 8d70836 commit e84b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Transactions.scala
Expand Up @@ -27,7 +27,7 @@ object Transactions extends Controller {
("totalAmount", JsNumber(Transaction.totalAmount(id, otherId))))
)
)
Ok(JsObject(Seq("transactions" -> JsArray(transactionsJs))))
Ok(JsObject(Seq("summaries" -> JsArray(transactionsJs))))
}

def txForIds(user1: ObjectId, user2: ObjectId) = Action { implicit request =>
Expand Down

0 comments on commit e84b8d0

Please sign in to comment.