Sha256: d1574f805a07609f653e6ea29bcf9cf104d424c30acb711dd50dc2160907fa6b
Contents?: true
Size: 459 Bytes
Versions: 18
Compression:
Stored size: 459 Bytes
Contents
controller :my_controller do spots "content" action :a do on_entry %{ Embed("a", "content", {}); } on "next", %{ Goto("b"); } end action :b do on_entry %{ } end end controller :a do services :vm action :index do on_entry %{ var info = {ns: "spec", id: "test"} Request("vm", "watch", info); var info2 = {ns: "spec", id: "test2"} Request("vm", "watch", info2); } end end
Version data entries
18 entries across 18 versions & 1 rubygems