mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-22 21:20:25 +00:00
Added basic scaffolds for schools wrestlers and weights
This commit is contained in:
6
app/views/weights/edit.html.erb
Normal file
6
app/views/weights/edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Editing weight</h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Show', @weight %> |
|
||||
<%= link_to 'Back', weights_path %>
|
||||
Reference in New Issue
Block a user