<%= notice %>

Operations

<% @operations.each do |operation| %> <% end %>
Enabled Class name Argument
<%= operation.enabled %> <%= operation.class_name %> <%= operation.argument %> <%= link_to 'Show', operation %> <%= link_to 'Edit', edit_operation_path(operation) %> <%= link_to 'Destroy', operation, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Operation', new_operation_path %>