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.64 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.63 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.62 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.61 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.60 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.57 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.56 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.55 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.54 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.53 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.52 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.51 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.50 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.49 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.48 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.47 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.45 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.44 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.43 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.42 spec/kern/assets/controller_spots_embed_removed.rb