1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +00:00
Files
wrestlingdev.com/app/views/wrestlers/index.json.jbuilder
2013-12-31 11:23:43 -05:00

5 lines
175 B
Ruby

json.array!(@wrestlers) do |wrestler|
json.extract! wrestler, :id, :name, :school_id, :weight_id, :seed, :original_seed
json.url wrestler_url(wrestler, format: :json)
end