fununloaded/One_Eighty_Degrees_Consulting

View on GitHub
app/controllers/static_pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class StaticPagesController < ApplicationController
  def home
  end
    
  def about
  end
  
  def teams
  end

end