Sha256: bd042f3764db8f3258c94b301cc3f00efafcf1b5406634f0202458e90faed7b1
Contents?: true
Size: 317 Bytes
Versions: 69
Compression:
Stored size: 317 Bytes
Contents
controller :my_controller do spots "hello", "world" action :my_action do on_entry %{ Embed("my_sub_controller", "hello", context); } end end controller :my_sub_controller do spots "hello", "world" action :my_action do on_entry %{ sub_event_gw = __info__.event_gw; } end end
Version data entries
69 entries across 69 versions & 1 rubygems