18F/hhs-acf-uc-dashboard

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomeController < ApplicationController
  def index
    redirect_to Role.new(current_user).home_path if current_user
  end
end