<%= f.label :name %> <%= f.text_field :name %>
<%= f.label :domain %> <%= f.select :domain, @category.domains.invert %>
<%= f.submit 'Create' %>