Sha256: 4bbcde8b95389f68d98a6f573f785f989d4c2affa721c0b68858d88879d68412

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

[
  <% cache @cache_key do %>
    <% @configs.each_with_index do |config, index| %>
      <% cache config do %>
          <%= config.to_tree_node.to_json.html_safe %>
          <%= ',' if index != @configs.size - 1 %>
      <% end %>
    <% end %>
  <% end %>
]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flexite-0.0.7 app/views/flexite/configs/index.json.erb
flexite-0.0.6 app/views/flexite/configs/index.json.erb
flexite-0.0.5 app/views/flexite/configs/index.json.erb
flexite-0.0.4 app/views/flexite/configs/index.json.erb
flexite-0.0.3 app/views/flexite/configs/index.json.erb
flexite-0.0.2 app/views/flexite/configs/index.json.erb