New customer

<%= error_messages_for :customer %> <% form_for(:customer, :url => customers_path) do |f| %>

Firstname
<%= f.text_field :firstname %>

Name
<%= f.text_field :name %>

<%= submit_tag "Create" %>

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