Sha256: 86a204be7c3d43c97b369a63b2c19fa8b1cadda171597638a875ab19527e8201
Contents?: true
Size: 547 Bytes
Versions: 64
Compression:
Stored size: 547 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("spec", "ping", info); } end end
Version data entries
64 entries across 64 versions & 1 rubygems