Sha256: a6bc5e3e6f480801dc8adf35adcf618d95c3037021c3e91a81e1884e2dac073d

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

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

    on "next_clicked", %{
      Push("other")
    }

  end

  action :other do
    on "back_clicked", %{
      Pop();
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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