JamesChevalier/Little-Corner

View on GitHub
app/controllers/projects_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Projects page
class ProjectsController < ApplicationController
  def index
  end
end