Sha256: 528e3c5dca05d0e853b06a87bbb3d42424b3431531eccd028a71842e8b8e2480
Contents?: true
Size: 397 Bytes
Versions: 69
Compression:
Stored size: 397 Bytes
Contents
controller :my_controller do 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 spots "hello", "world" action :my_action do on_entry %{ embedded_context = context; } on "holah", %{ var x = 3; } end end
Version data entries
69 entries across 69 versions & 1 rubygems