Sha256: a75b8de8ffc51ab32a79c332b0e0299ff89ed82b1e349e41611923db2587a282
Contents?: true
Size: 543 Bytes
Versions: 61
Compression:
Stored size: 543 Bytes
Contents
controller :controller do action :index do on_entry %{ original_page = { _head: "head", _next: "next", _id: "id", _type: "array", entries: [ {_id: "id", _sig: "sig"}, ], _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