%= form_for([:admin, @category] , :html => { class: 'form-horizontal' }) do |f| %> <%= render partial: 'form_errors', locals: { what: @category } %>
Currently this field is unused anywhere in the app.