Skip to content

Instantly share code, notes, and snippets.

@JuzerShakir
Created October 29, 2021 10:09
Show Gist options
  • Save JuzerShakir/ec5c53a44fe54f9ceecfc8305802ad15 to your computer and use it in GitHub Desktop.
Save JuzerShakir/ec5c53a44fe54f9ceecfc8305802ad15 to your computer and use it in GitHub Desktop.
Used in medium
<%= form_with model: @user, url: users_create_path do | field | %>
Name
<%= field.text_field :name %>
<br>
<%= field.submit :Create %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment