You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/02/11 13:47:31 UTC

[2/2] git commit: CIMI: added common attribute 'updated' to base model. Not used anywhere yet.

Updated Branches:
  refs/heads/master 91c891a5e -> 8c8bc1ccf


CIMI: added common attribute 'updated' to base model. Not used anywhere yet.


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/8c8bc1cc
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/8c8bc1cc
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/8c8bc1cc

Branch: refs/heads/master
Commit: 8c8bc1ccf87919cd24a1ee46372e5a1b2caf869d
Parents: a497e8c
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Mon Feb 11 11:19:46 2013 +1100
Committer: Dies Koper <di...@fast.au.fujitsu.com>
Committed: Mon Feb 11 23:46:33 2013 +1100

----------------------------------------------------------------------
 server/lib/cimi/models/base.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/8c8bc1cc/server/lib/cimi/models/base.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/models/base.rb b/server/lib/cimi/models/base.rb
index 45c6da8..5a8b13a 100644
--- a/server/lib/cimi/models/base.rb
+++ b/server/lib/cimi/models/base.rb
@@ -86,7 +86,7 @@ module CIMI::Model
     #
     # Common attributes for all resources
     #
-    text :id, :name, :description, :created
+    text :id, :name, :description, :created, :updated
     hash :property
 
     def initialize(values = {})