Editing Bracket

<%= form_for(@bracket) do |f| %> <%= render 'shared/errors', messages: @bracket.errors.full_messages %>
<%= f.label :slots %> <%= f.text_field :slots %>
<%= render partial: "bracket", locals: { bracket: @bracket } %>
<%= f.submit 'Update' %>
<% end %>