Sha256: a4a8e542f3adbbb3b3fa4113ba8e5047851758b47e8c42f7075a03abb2a6ecd5

Contents?: true

Size: 433 Bytes

Versions: 69

Compression:

Stored size: 433 Bytes

Contents

controller :my_controller do
  spots "content"

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

    on "test_event", %{
      test_action_called_base = __base__;
      test_action_called_params = params;
    }
  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_event2.rb
flok-0.0.40 spec/kern/assets/test_event2.rb
flok-0.0.39 spec/kern/assets/test_event2.rb
flok-0.0.38 spec/kern/assets/test_event2.rb
flok-0.0.36 spec/kern/assets/test_event2.rb
flok-0.0.35 spec/kern/assets/test_event2.rb
flok-0.0.34 spec/kern/assets/test_event2.rb
flok-0.0.33 spec/kern/assets/test_event2.rb
flok-0.0.32 spec/kern/assets/test_event2.rb