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