Sha256: 5787b31890cdb8a4505277ac6014b93a56f96215900740f751388a80a99a3699
Contents?: true
Size: 369 Bytes
Versions: 46
Compression:
Stored size: 369 Bytes
Contents
controller :my_controller do spots "content" on_entry %{ on_entry_call_order = ["global_on_entry"]; } choose_action do on_entry %{ on_entry_call_order.push("choose_action_on_entry"); Goto("index"); } end action "index" do on_entry %{ on_entry_call_order.push("index_on_entry"); } end action "alt" do end end
Version data entries
46 entries across 46 versions & 1 rubygems