Create a Contact Type

<%= form_for [:admin, @contact_type] do |f| %> <%= f.error_messages %>

<%= f.submit %>

<% end %>