Sha256: 02db964da6897828b221929484eb396a5980cd45de61e65595526092eca69e20
Contents?: true
Size: 500 Bytes
Versions: 69
Compression:
Stored size: 500 Bytes
Contents
controller :my_controller do spots "hello", "world" action :my_action do on_entry %{ var payload = {secret: context.secret}; Embed("my_sub_controller", "hello", payload); } on "test_event", %{ //Forward params Lower("hello", "lower_request", params); } end end controller :my_sub_controller do spots "hello", "world" action :my_action do on_entry %{ } on "lower_request", %{ lower_request_called_with = params; } end end
Version data entries
69 entries across 69 versions & 1 rubygems