Error in tag. Should be :updated_at instead of :modified_at.
parent
5f2baceaec
commit
bed6e06e0a
|
@ -208,7 +208,7 @@ public
|
|||
w = {}
|
||||
w[:name] = wspace.name
|
||||
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
|
||||
end
|
||||
ret
|
||||
|
|
Loading…
Reference in New Issue