lenawu/mak-169

View on GitHub
app/controllers/info_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class InfoController < ApplicationController
  def home
  end

  def about
  end

  def client
  end

  def mentor
  end

  def student
  end

  def projects
  end
  
  def dashboard
  end

end