Browse Source

ScoreController

main
pvincent 5 months ago
parent
commit
b254506af9
  1. 2
      app/controllers/scores_controller.rb

2
app/controllers/scores_controller.rb

@ -47,7 +47,7 @@ class ScoresController < ApplicationController
# GET /scores/1
def show
logger.info(Rails.application.routes.url_helpers.root_url)
# logger.info(Rails.application.routes.url_helpers.root_url)
end
# GET /scores/new

Loading…
Cancel
Save