StabbyMcDuck/employee_recognition

View on GitHub
app/controllers/users_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Allow users to see their own profile
class UsersController < ApplicationController
  def new; end
end