tasafo/palestras-coletivas

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class HomeController < ApplicationController
  layout 'home'

  def index
    @events = Event.upcoming
  end
end