Class: MenuPresenter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- MenuPresenter
- Defined in:
- app/presenters/menu_presenter.rb
Instance Method Summary collapse
-
#initialize(menu) ⇒ MenuPresenter
constructor
A new instance of MenuPresenter.
Constructor Details
#initialize(menu) ⇒ MenuPresenter
Returns a new instance of MenuPresenter.
4 5 6 |
# File 'app/presenters/menu_presenter.rb', line 4 def initialize() super(ThemePresentation.wrap_collection(, MenuSectionPresenter)) end |