Sha256: 70cfc96c83f2bcb06168ff10d7105c834549f56b0cd3fe905a98405e1bce9fc9
Contents?: true
Size: 336 Bytes
Versions: 63
Compression:
Stored size: 336 Bytes
Contents
controller :controller do action :index do on_entry %{ original_page = { _head: "head", _next: "next", _id: "id", entries: [ {_id: "id", _sig: "sig"}, ], _hash: "hash", }; page = CopyPage(original_page); SetPageNext(page, "test"); } end end
Version data entries
63 entries across 63 versions & 1 rubygems