<%= notice %>
Position | Description | Title | |||
---|---|---|---|---|---|
<%= binding.position %> | <%= binding.description %> | <%= binding.title %> | <%= link_to 'Show', binding %> | <%= link_to 'Edit', edit_binding_path(binding) %> | <%= link_to 'Destroy', binding, method: :delete, data: { confirm: 'Are you sure?' } %> |