Sha256: f006ee7a34a4f3aceb7a428aa31c294fd6233b8cd925c015b8f0d632f63760dd
Contents?: true
Size: 228 Bytes
Versions: 61
Compression:
Stored size: 228 Bytes
Contents
controller :my_controller do on_entry %{ global_on_entry_called_count += 1; Send("test", {}); } action :index do on "next", %{ Goto("test") } end action :test do on_entry %{ } end end
Version data entries
61 entries across 61 versions & 1 rubygems