1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added a mock layout and an api call for angular

This commit is contained in:
2016-03-01 16:15:19 +00:00
parent 4a90165514
commit c03402bcdb
4 changed files with 102 additions and 65 deletions

View File

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