18F/identity-dashboard

View on GitHub
app/controllers/authenticated_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class AuthenticatedController < ApplicationController
  before_action :authenticate_user!
end