AndrewMcBurney/petermcburney.com

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class HomeController < ApplicationController
  def index() end

  def commissions() end

  def profile() end
end