Sha256: 43708095d306cf96e7d5aec66b98e1d9c2e89300107db218cbd2cfd1020d4b94
Contents?: true
Size: 371 Bytes
Versions: 16
Compression:
Stored size: 371 Bytes
Contents
controller :my_controller do view "my_view" spots "one", "two" action :index do on_entry %{ Embed("my_other_controller", "one", {}); } on "next", %{ Goto("other"); } end action :other do on_entry %{ } end end controller :my_other_controller do view "my_other_view" action :index do on_entry %{ } end end
Version data entries
16 entries across 16 versions & 1 rubygems