mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 08:58:29 +00:00
Added matches scaffold and ascended views of weights and schools
This commit is contained in:
1
app/views/matches/show.json.jbuilder
Normal file
1
app/views/matches/show.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.extract! @match, :id, :r_id, :g_id, :g_stat, :r_stat, :winner_id, :win_type, :score, :created_at, :updated_at
|
||||
Reference in New Issue
Block a user