1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-13 09:09:18 +00:00

You can now create a wrestler from school page

This commit is contained in:
Jacob Cody Wimer
2014-01-13 12:36:52 -05:00
parent 898caee2a6
commit 1112699025
3 changed files with 8 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<br>
<br>
<%= link_to "New #{@school.name} Wrestler" , new_wrestler_path(@school) %>
<%= link_to "New #{@school.name} Wrestler" , "/wrestlers/new?school=#{@school.id}" %>
<br>
<br>