lib/visdiff/revision.rb in visdiff-0.0.1 vs lib/visdiff/revision.rb in visdiff-0.0.2
- old
+ new
@@ -31,10 +31,10 @@
def attributes
{
identifier: identifier,
image_attributes: images.map do |image|
- {identifier: identifier, signature: image.signature}
+ {identifier: image.identifier, signature: image.signature}
end
}
end
end
end