mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 11:35:45 +00:00
3 lines
122 B
Ruby
3 lines
122 B
Ruby
json.array!(@tournaments) do |tournament|
|
|
json.extract! tournament, :id, :name, :address, :director, :director_email
|
|
end |