bdurand/us_geo

View on GitHub
explorer_app/app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class HomeController < ApplicationController
  def index
  end
end