Once this form is submitted, which code in the controller would retrieve the string for :name?
<%= form_for(@category) do |f| %>
<%= f.text_field(:name) %>
<% end %>
Once this form is submitted, which code in the controller would retrieve the string for :name?
<%= form_for(@category) do |f| %>
<%= f.text_field(:name) %>
<% end %>