Class: ProfileSectionPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/profile_section_presenter.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
# File 'app/presenters/profile_section_presenter.rb', line 5

def links
  ThemePresentation.wrap_collection(section, ProfileLinkPresenter)
end