<%= notice %>

Stick Records

<% @stick_records.each do |stick_record| %> <% end %>
Identifier Modifiers
<%= stick_record.identifier %> <%= stick_record.modifiers %> <%= link_to 'Show', stick_record %> <%= link_to 'Edit', edit_stick_record_path(stick_record) %> <%= link_to 'Destroy', stick_record, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Stick Record', new_stick_record_path %>