<%= simple_form_for @brand do |f| %> <%= f.input :name, label: "Brand Name" %> <%= f.button :submit %> <% end %>