Sha256: cd1a298b63a2f0b29e30d835a00a65d0a6ecdc1e9ce3aea6c9904031527dccde

Contents?: true

Size: 318 Bytes

Versions: 69

Compression:

Stored size: 318 Bytes

Contents

controller :my_controller do
  spots "content"

  action :my_action do
    on_entry %{
      Embed("my_controller2", "content", {})
    }
  end
end

#This controller will receive test_event but should
#pass it up to 'my_controller'
controller :my_controller2 do

  action :my_action do
    on_entry %{
    }
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
flok-0.0.41 spec/kern/assets/test_event3.rb
flok-0.0.40 spec/kern/assets/test_event3.rb
flok-0.0.39 spec/kern/assets/test_event3.rb
flok-0.0.38 spec/kern/assets/test_event3.rb
flok-0.0.36 spec/kern/assets/test_event3.rb
flok-0.0.35 spec/kern/assets/test_event3.rb
flok-0.0.34 spec/kern/assets/test_event3.rb
flok-0.0.33 spec/kern/assets/test_event3.rb
flok-0.0.32 spec/kern/assets/test_event3.rb