[PATCH conductor 3/3] Fixing the date format in Deployment's json representation

ifarkas at redhat.com ifarkas at redhat.com
Thu Dec 22 13:46:54 UTC 2011


From: Imre Farkas <ifarkas at redhat.com>

---
 src/app/models/deployment.rb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/app/models/deployment.rb b/src/app/models/deployment.rb
index 8ebd703..8364354 100644
--- a/src/app/models/deployment.rb
+++ b/src/app/models/deployment.rb
@@ -405,6 +405,7 @@ class Deployment < ActiveRecord::Base
         :name => pool.name,
         :id => pool.id,
       },
+      :created_at => created_at.to_s
     })
 
     if provider
-- 
1.7.6.4




More information about the aeolus-devel mailing list