Sha256: 3c4ffdc4d83bfac196693fd54f685466455986fed9fa7ed17c5051e4facbda7c
Contents?: true
Size: 408 Bytes
Versions: 69
Compression:
Stored size: 408 Bytes
Contents
controller :my_controller do spots "one", "two" action :index do on_entry %{ Embed("my_other_controller", "one", {}); } on "next", %{ Goto("other"); } on "test1", %{ } end action :other do on_entry %{ } on "test2", %{ } end end controller :my_other_controller do action :index do on_entry %{ } on "test3", %{ } end end
Version data entries
69 entries across 69 versions & 1 rubygems