aspushkinus/take_dat_shit

View on GitHub
app/controllers/homes_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomesController < ApplicationController
  layout 'home'

  def index
  end

end