Sha256: 0807f609f247e827ff580e30ffda80c9016fc4644bd1f6f9e6ae26473f17f8b7
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
controller :my_controller do spots "content" action :index do on_entry %{ Embed("my_controller2", "content", {}); find_view_res = find_view(__base__, { "+": { ".": { "__leaf__": "foo" } } }); } end end controller :my_controller2 do spots "content" action :index do on_entry %{ my_controller2_base = __base__; Embed("my_controller3", "content", {}); } end end controller :my_controller3 do action :index do on_entry %{ my_controller3_base = __base__; } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.105 | spec/kern/assets/find_view/controller6.rb |
flok-0.0.103 | spec/kern/assets/find_view/controller6.rb |