Sha256: 19fb31fe7b787a63b7820d9cd70bc4ea9aa3b7a98d0b132f472f699fb91e9959
Contents?: true
Size: 469 Bytes
Versions: 16
Compression:
Stored size: 469 Bytes
Contents
controller :my_controller do view :test_view 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 view :test_view action :my_action do on_entry %{ } end end
Version data entries
16 entries across 16 versions & 1 rubygems