Class: HrLite::HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/hr_lite/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/hr_lite/home_controller.rb', line 3

def index
  @latest_kudos = Kudo.recent.includes(:giver, kudo_mentions: :user).limit(3)
end