GitHub User: imme5150
You could try @order.transactions.last.message
even better would be to pass the message back or store it directly in the order model so you save yourself a hit to the DB.
You could try @order.transactions.last.message
even better would be to pass the message back or store it directly in the order model so you save yourself a hit to the DB.