conc-at/clueshed

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomeController < ApplicationController
  before_action :partips

  def index
    @contrib = Contrib.new
    @interest = Interest.new
  end
end