% if flash[:error].present? %>
<% obj.errors.messages.each do |k,v| %> <%= "#{k.to_s} #{v.join(' and ')}" %> <% end %>