mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-26 07:56:57 +00:00
Merge branch 'linemanjs' into development
This commit is contained in:
2
app/views/api/index.html.erb
Normal file
2
app/views/api/index.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<%= stylesheet_link_tag "lineman/app" %>
|
||||
<%= javascript_include_tag "lineman/app" %>
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user