<%# # @file # partial generating a new synapse # TODO: Where is this code used? #%>
<%= form_for Synapse.new, url: synapses_url, remote: true do |form| %> <%= form.text_field :desc, :placeholder => "describe the connection..." %> <% end %>