From: Tom Clegg Date: Sun, 13 Jan 2013 20:19:06 +0000 (-0800) Subject: add status attribute to Node api response X-Git-Tag: 1.1.0~3524 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/a58ad39c261390ed958eb2ab77ecfccd077d2c33 add status attribute to Node api response --- diff --git a/app/models/node.rb b/app/models/node.rb index 67a14384c6..8421ab2347 100644 --- a/app/models/node.rb +++ b/app/models/node.rb @@ -31,6 +31,7 @@ class Node < ActiveRecord::Base t.add :last_ping_at t.add :info t.add :updated_at + t.add :status end def info