Module: Hyrax::HomepageControllerBehavior

Extended by:
ActiveSupport::Concern
Included in:
HomepageController
Defined in:
app/controllers/concerns/hyrax/homepage_controller_behavior.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



20
21
22
23
24
25
26
27
28
# File 'app/controllers/concerns/hyrax/homepage_controller_behavior.rb', line 20

def index
  @presenter = presenter_class.new(current_ability)
  @featured_researcher = ContentBlock.featured_researcher
  @marketing_text = ContentBlock.marketing_text
  @featured_work_list = FeaturedWorkList.new
  @announcement_text = ContentBlock.announcement_text
  @admin_sets = fetch_admin_sets
  recent
end