New state

<%= error_messages_for :state %> <% form_for(@state) do |f| %>

<%= f.submit "Create" %>

<% end %> <%= link_to 'Back', states_path %>