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