Sha256: 48320613d24c6d48e555b6b1bcf504ec649a0f693006359d87ae5ddf61f6d709

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

controller :my_controller do
  spots "content"

  action :index do
    on_entry %{
      Embed("my_controller2", "content", {});

      find_view_res = find_view(__base__, {
        "my_controller2": {
           "__leaf__": "foo"
        }
      });
    }
  end
end

controller :my_controller2 do
  action :index do
    on_entry %{
      my_controller2_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/controller0.rb
flok-0.0.103 spec/kern/assets/find_view/controller0.rb