mjacobus/recruiter

View on GitHub
app/controllers/recruiter/users/user_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Recruiter
  module Users
    class UserController < ::RecruiterController
      before_action :authenticate_user!
      respond_to :html, :json
    end
  end
end