Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / views / sellers / edit.html.erb
diff --git a/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb
new file mode 100644 (file)
index 0000000..14c4103
--- /dev/null
@@ -0,0 +1,12 @@
+<h1>Editing seller</h1>
+
+<%= error_messages_for :seller %>
+
+<% form_for(@seller) do |f| %>
+  <p>
+    <%= f.submit "Update" %>
+  </p>
+<% end %>
+
+<%= link_to 'Show', @seller %> |
+<%= link_to 'Back', sellers_path %>