Error in tag. Should be :updated_at instead of :modified_at.

unstable
allfro 2012-04-03 14:52:45 -03:00
parent 5f2baceaec
commit bed6e06e0a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public
w = {} w = {}
w[:name] = wspace.name w[:name] = wspace.name
w[:created_at] = wspace.created_at.to_i w[:created_at] = wspace.created_at.to_i
w[:modified_at] = wspace.modified_at.to_i w[:updated_at] = wspace.updated_at.to_i
ret[:workspace] << w ret[:workspace] << w
end end
ret ret