Class: Refinery::PagePresenter

Inherits:
BasePresenter show all
Defined in:
pages/app/presenters/refinery/page_presenter.rb

Constant Summary

Constants inherited from BasePresenter

BasePresenter::DEFAULT_FIELDS

Instance Attribute Summary

Attributes inherited from BasePresenter

#model

Instance Method Summary collapse

Methods inherited from BasePresenter

#initialize, #method_missing, #respond_to?

Constructor Details

This class inherits a constructor from Refinery::BasePresenter

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Refinery::BasePresenter

Instance Method Details



4
5
6
# File 'pages/app/presenters/refinery/page_presenter.rb', line 4

def menu_title_type
  @model.menu_title_type
end