From a7d4debd02f04315d87b5b4a67fa9a3f1433ad0a Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Mon, 7 Jan 2013 22:05:27 -0500 Subject: [PATCH] added synapsesToMap to maps/_new.html.erb so they can be passed to maps controller --- app/views/maps/_new.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/maps/_new.html.erb b/app/views/maps/_new.html.erb index 25cec3ca..5b30ace2 100644 --- a/app/views/maps/_new.html.erb +++ b/app/views/maps/_new.html.erb @@ -8,8 +8,9 @@ <%= form.select(:permission, options_for_select(['commons', 'public', 'private'])) %> <%= form.hidden_field :topicsToMap, :value => 0 %> + <%= form.hidden_field :synapsesToMap, :value => 0 %> <%= form.submit "Save", class: "add" %>
<% end %> - \ No newline at end of file +