Class: ProfileSectionPresenter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- ProfileSectionPresenter
- Defined in:
- app/presenters/profile_section_presenter.rb
Instance Method Summary collapse
Instance Method Details
#links ⇒ Object
5 6 7 |
# File 'app/presenters/profile_section_presenter.rb', line 5 def links ThemePresentation.wrap_collection(section, ProfileLinkPresenter) end |