mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added linemanjs as frontend
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
class ApiController < ApplicationController
|
||||
protect_from_forgery with: :null_session
|
||||
|
||||
def index
|
||||
|
||||
end
|
||||
|
||||
def tournaments
|
||||
@tournaments = Tournament.all
|
||||
|
||||
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" %>
|
||||
Reference in New Issue
Block a user