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.105 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.103 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.102 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.101 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.100 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.99 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.98 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.97 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.96 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.95 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.94 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.93 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.92 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.91 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.90 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.89 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.88 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.87 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.86 spec/kern/assets/controller_spots_embed_removed.rb
flok-0.0.85 spec/kern/assets/controller_spots_embed_removed.rb