1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 17:30:49 +00:00
Files
wrestlingdev.com/app/views/api/currentUserTournaments.jbuilder
2016-04-28 01:58:48 +00:00

3 lines
129 B
Ruby

json.array!(@tournaments) do |tournament|
json.extract! tournament, :id, :name, :address, :director, :director_email, :date
end