Sha256: 177e41f66d842462764b5194e4bb8d7f709a0c28dcb2db8ce45e1946b448fb2a
Contents?: true
Size: 434 Bytes
Versions: 16
Compression:
Stored size: 434 Bytes
Contents
controller :my_controller do view :test_view spots "hello", "world" action :my_action do on_entry %{ Embed("my_sub_controller", "hello", context); } on "hello", %{ var x = 3; } end end controller :my_sub_controller do view :test_view2 spots "hello", "world" action :my_action do on_entry %{ embedded_context = context; } on "holah", %{ var x = 3; } end end
Version data entries
16 entries across 16 versions & 1 rubygems