metamaps--metamaps/app/views/maps/_newsynapse.html.erb
2014-08-10 13:06:58 -04:00

4 lines
159 B
Plaintext

<%= form_for Synapse.new, url: synapses_url, remote: true do |form| %>
<%= form.text_field :desc, :placeholder => "describe the connection..." %>
<% end %>