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