Sha256: 302f459798b896fcf9d57dcf73373004254306883b4c988c1f4c1500ce3d5922
Contents?: true
Size: 228 Bytes
Versions: 69
Compression:
Stored size: 228 Bytes
Contents
controller :my_controller do action :my_action do on_entry %{ } on "test_event", %{ Goto("my_other_action") } end action :my_other_action do on_entry %{ } on "hello", %{ } end end
Version data entries
69 entries across 69 versions & 1 rubygems