Sha256: 6eeb3b2d078e123081e4bfe6123cec02309b671bd62becfc5f916364b2fb0520
Contents?: true
Size: 572 Bytes
Versions: 61
Compression:
Stored size: 572 Bytes
Contents
controller :controller do action :index do on_entry %{ original_page = { _head: "head", _next: "next", _id: "id", _type: "hash", entries: { "id0": {_sig: "sig1"}, "id1": {_sig: "sig2"}, }, _hash: "hash", }; //One page done the right away, another, the wrong way copied_page = CopyPage(original_page); not_copied_page = original_page; //The copied page is now modified and does //not contain _hash copied_page._next = "test" } end end
Version data entries
61 entries across 61 versions & 1 rubygems