mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
5 lines
175 B
Ruby
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
|