Sha256: 9f8e1887bdda09284bf50340b517b423743a9b2d8aa4af530e76654fe57b6bd4
Contents?: true
Size: 405 Bytes
Versions: 69
Compression:
Stored size: 405 Bytes
Contents
controller :my_controller do spots "hello", "world" action :my_action do on_entry %{ Embed("my_controller2", "hello", {}); } on "test_event", %{ Goto("my_other_action") } end action :my_other_action do on_entry %{ my_other_action_on_entry_called = true; } end end controller :my_controller2 do action :my_action do on_entry %{ } end end
Version data entries
69 entries across 69 versions & 1 rubygems