deploy
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
class GameController < ApplicationController
|
||||
skip_before_action :verify_authenticity_token, only: [ :create ]
|
||||
|
||||
respond_to? :json
|
||||
def index
|
||||
@recent_games = Game.order(timestamp: :desc).limit(20)
|
||||
|
Reference in New Issue
Block a user