<%= notice %>

Conditions

<% @conditions.each do |condition| %> <% end %>
Enabled Property type Property value Test method Test value Inverted
<%= condition.enabled %> <%= condition.property_type %> <%= condition.property_value %> <%= condition.test_method %> <%= condition.test_value %> <%= condition.inverted %> <%= link_to 'Show', condition %> <%= link_to 'Edit', edit_condition_path(condition) %> <%= link_to 'Destroy', condition, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Condition', new_condition_path %>