Sha256: 1cae9fef04bf09bbcae2ed451b9e322c634a0ad09fbcbfdcc47c4a4936742c46
Contents?: true
Size: 466 Bytes
Versions: 61
Compression:
Stored size: 466 Bytes
Contents
controller :my_controller do spots "content" on_entry %{ timer_called = 0; } action :my_action do on_entry %{ Embed("alt1", "content", {}); } on "next", %{ Goto("other"); } end action :other do on_entry %{ } on "back", %{ Goto("my_action") } end end controller :alt1 do action :index do on_entry %{ } every (0.25).seconds, %{ timer_called += 1; } end end
Version data entries
61 entries across 61 versions & 1 rubygems