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