Sha256: 89bbe4cf24dae4fd2f161685b9f1afc759bec93e40f235f3ff86447845c721be
Contents?: true
Size: 263 Bytes
Versions: 69
Compression:
Stored size: 263 Bytes
Contents
controller :my_controller do spots "content" macro :my_macro do on "test_event", %{ Goto("my_other_action") } end action :my_action do my_macro on_entry %{ } end action :my_other_action do on_entry %{ } end end
Version data entries
69 entries across 69 versions & 1 rubygems