mitre-cyber-academy/ctf-scoreboard

View on GitHub
app/controllers/confirmations_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class ConfirmationsController < Devise::ConfirmationsController
  before_action :load_game, :load_message_count
end