Class: SocialNetworking::HomesController

Inherits:
ApplicationController show all
Includes:
Concerns::ShowFeed
Defined in:
app/controllers/social_networking/homes_controller.rb

Overview

Provide Participant home page tools.

Constant Summary

Constants inherited from ApplicationController

ApplicationController::CSRF_COOKIE_NAME, ApplicationController::CSRF_HEADER_NAME

Instance Method Summary collapse

Methods included from Concerns::ShowFeed

#feed_data_for

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/social_networking/homes_controller.rb', line 9

def show
  render locals: feed_data_for(current_participant, self)
end