1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-30 19:22:21 +00:00

Removed url for tournaments api

This commit is contained in:
2016-02-10 15:20:52 +00:00
parent 643012ae1d
commit 4685173548

View File

@@ -1,4 +1,3 @@
json.array!(@tournaments) do |tournament|
json.extract! tournament, :id, :name, :address, :director, :director_email
json.url tournament_url(tournament, format: :json)
end