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