Sha256: 3c4ffdc4d83bfac196693fd54f685466455986fed9fa7ed17c5051e4facbda7c

Contents?: true

Size: 408 Bytes

Versions: 69

Compression:

Stored size: 408 Bytes

Contents

controller :my_controller do
  spots "one", "two"

  action :index do
    on_entry %{
      Embed("my_other_controller", "one", {});
    }

    on "next", %{
      Goto("other");
    }

    on "test1", %{
    }
  end

  action :other do
    on_entry %{
    }

    on "test2", %{
    }
  end
end

controller :my_other_controller do
  action :index do
    on_entry %{
    }

    on "test3", %{
    }
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
flok-0.0.41 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.40 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.39 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.38 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.36 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.35 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.34 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.33 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.32 spec/kern/assets/controller_spots_embed_removed.rb