aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/edit.html.erb
blob: 7e9799f58c0c3b69f4bf9a0f23f6eb1a2079c13b (plain)
1
2
3
4
5
6
<%= form_with model: @resource do |f| %>
    <%= f.label :name, "Name of this Resource" %>
    <%= f.text_field :name %>

    <%= f.submit 'Save' %>
<% end %>