New seller

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

<%= f.submit "Create" %>

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