Sha256: 9af6cff2140a7bfc8726714a95e6bb427db49f65c19b0486feb6d219d6f0553c
Contents?: true
Size: 206 Bytes
Versions: 61
Compression:
Stored size: 206 Bytes
Contents
controller :my_controller do on_entry %{ global_on_entry_called_count += 1; } 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