Sha256: d518188b4f16d2523029f546bcc5f233253454986f620c5b9c473b5474e01c6c
Contents?: true
Size: 558 Bytes
Versions: 64
Compression:
Stored size: 558 Bytes
Contents
controller :my_controller do spots "hello", "world" action :my_action do on_entry %{ Embed("my_other_controller", "hello", {}); } on "next", %{ Goto("my_other_action"); } end action :my_other_action do on_entry %{ } on "next", %{ Goto("my_action"); } end end controller :my_other_controller do services :spec action :my_action do on_entry %{ my_base = __base__; var info = { hello: "world" } Request("no_such_service", "ping", info); } end end
Version data entries
64 entries across 64 versions & 1 rubygems