Sha256: 8964a26375a658a7000646224c0177df957ae6226ee506c96dadfa5a6d3392b7
Contents?: true
Size: 377 Bytes
Versions: 63
Compression:
Stored size: 377 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); } end end
Version data entries
63 entries across 63 versions & 1 rubygems