%
#rather than yaml arrays of the drop downs
export_to = ["destination_db","backup","vertica"]
export_type = ["incremental","fulldump"]
%>
<%= form_for(@export) do |f| %>
<% if @export.errors.any? %>
<%= pluralize(@export.errors.count, "error") %> prohibited this export from being saved: