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