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