Class: WoopleTheme::Dashboard::ElectiveExceptionPresenter
- Inherits:
-
ExceptionPresenter
- Object
- ExplicitDelegator
- ExceptionPresenter
- WoopleTheme::Dashboard::ElectiveExceptionPresenter
- Defined in:
- app/presenters/woople_theme/dashboard/elective_exception_presenter.rb
Instance Method Summary collapse
Methods inherited from ExceptionPresenter
Methods inherited from ExplicitDelegator
enforce_definitions, #enforced_methods, #ensure_defined, #initialize
Constructor Details
This class inherits a constructor from ExplicitDelegator
Instance Method Details
#subtitle ⇒ Object
7 8 9 |
# File 'app/presenters/woople_theme/dashboard/elective_exception_presenter.rb', line 7 def subtitle I18n.t('woople_theme.dashboards.member.points', count: source.description, points: source.description) end |