Sha256: 38a73c76966ed3bb0d5b18964664c573c2650c8e35cf800e37989c75aa0dd553

Contents?: true

Size: 188 Bytes

Versions: 61

Compression:

Stored size: 188 Bytes

Contents

controller :my_controller do
  on_entry %{
    context.secret = "foo";
    context.base = __base__;
  }

  action :index do
    on_entry %{
      Send("context", context);
    }
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
flok-0.0.41 spec/kern/assets/global_on_entry4.rb