mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-13 16:40:48 +00:00
Removed url for tournaments api
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
json.array!(@tournaments) do |tournament|
|
json.array!(@tournaments) do |tournament|
|
||||||
json.extract! tournament, :id, :name, :address, :director, :director_email
|
json.extract! tournament, :id, :name, :address, :director, :director_email
|
||||||
json.url tournament_url(tournament, format: :json)
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user