Sha256: 335629caece7b5c18e16255534d6432d245c6227fa98d98ac6babca7d985f540

Contents?: true

Size: 786 Bytes

Versions: 9

Compression:

Stored size: 786 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Wit Ai Parse Model Examples</h1>

<table>
  <thead>
    <tr>
      <th>Wit ai parse model</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @wit_ai_parse_model_examples.each do |wit_ai_parse_model_example| %>
      <tr>
        <td><%= wit_ai_parse_model_example.wit_ai_parse_model_id %></td>
        <td><%= link_to 'Show', wit_ai_parse_model_example %></td>
        <td><%= link_to 'Edit', edit_wit_ai_parse_model_example_path(wit_ai_parse_model_example) %></td>
        <td><%= link_to 'Destroy', wit_ai_parse_model_example, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Wit Ai Parse Model Example', new_wit_ai_parse_model_example_path %>

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/wit_ai_parse_model_examples/index.html.erb
mega-os-1.0.0 app/views/wit_ai_parse_model_examples/index.html.erb
jester-data-8.0.0 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-5.2.1 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-2.0.1 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-1.1.0 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-1.0.0 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-0.0.0.1.0 app/views/wit_ai_parse_model_examples/index.html.erb
ezii-os-0.0.0.0.1 app/views/wit_ai_parse_model_examples/index.html.erb