Sha256: a8e4dab154db597b985a7b808288cccf31c2d9390a3be2d6f6f410071cd1adc2
Contents?: true
Size: 319 Bytes
Versions: 46
Compression:
Stored size: 319 Bytes
Contents
controller :my_controller do spots "content" services "test" choose_action do on_entry %{ var info = {foo: "bar"}; Request("test", "test_sync", info); } on "test_sync_res", %{ Goto("index"); } end action "index" do on_entry %{ } end action "alt" do end end
Version data entries
46 entries across 46 versions & 1 rubygems