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