Skip to content

Instantly share code, notes, and snippets.

@eri-b
Created August 30, 2019 15:29
Show Gist options
  • Select an option

  • Save eri-b/b6588ff7fbd2c9b789e46dd29b388025 to your computer and use it in GitHub Desktop.

Select an option

Save eri-b/b6588ff7fbd2c9b789e46dd29b388025 to your computer and use it in GitHub Desktop.
<%= form_for @site, url: site_pass_path(@site.name), method: :patch do |f| %>
<%= f.label :password %>
<%= f.password_field :password %>
<%= f.submit "Add password" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment