Sha256: 1c7efe6384c919ead56380692e76ab2f59875904c94412bd59f6c5ae6b6f0d2a

Contents?: true

Size: 354 Bytes

Versions: 16

Compression:

Stored size: 354 Bytes

Contents

controller :my_controller do
  view :test_view
  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
  view :test_view

  action :my_action do
    on_entry %{
    }
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
flok-0.0.31 spec/kern/assets/test_event3.rb
flok-0.0.30 spec/kern/assets/test_event3.rb
flok-0.0.29 spec/kern/assets/test_event3.rb
flok-0.0.28 spec/kern/assets/test_event3.rb
flok-0.0.27 spec/kern/assets/test_event3.rb
flok-0.0.26 spec/kern/assets/test_event3.rb
flok-0.0.25 spec/kern/assets/test_event3.rb
flok-0.0.24 spec/kern/assets/test_event3.rb
flok-0.0.23 spec/kern/assets/test_event3.rb
flok-0.0.21 spec/kern/assets/test_event3.rb
flok-0.0.20 spec/kern/assets/test_event3.rb
flok-0.0.19 spec/kern/assets/test_event3.rb
flok-0.0.18 spec/kern/assets/test_event3.rb
flok-0.0.17 spec/kern/assets/test_event3.rb
flok-0.0.16 spec/kern/assets/test_event3.rb
flok-0.0.14 spec/kern/assets/test_event3.rb