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