1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-31 19:45:45 +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