Sha256: a0014b2aa86661cb47762075c5436f1f423d12b349269b829e70d9304927842d

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

controller :my_controller do
  action :index do
    on_entry %{
      my_controller_base = __base__;
    }

    on "next_clicked", %{
      Goto("other");
    }
  end

  action :other do
    on_entry %{
      other_entered = true;
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flok-0.0.105 spec/kern/assets/hook_entry_points/controller0b.rb