1
0
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:
2016-03-01 16:15:45 +00:00
38 changed files with 2750 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
<%= stylesheet_link_tag "lineman/app" %>
<%= javascript_include_tag "lineman/app" %>

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