Sha256: a7ef57205bdd30632ba1329094dc8b399d0d11ef804cf736334f22dcc239730d
Contents?: true
Size: 247 Bytes
Versions: 16
Compression:
Stored size: 247 Bytes
Contents
controller :my_controller do view :test_view 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
16 entries across 16 versions & 1 rubygems