Class: WoopleTheme::Dashboard::ElectiveExceptionPresenter

Inherits:
ExceptionPresenter show all
Defined in:
app/presenters/woople_theme/dashboard/elective_exception_presenter.rb

Instance Method Summary collapse

Methods inherited from ExceptionPresenter

#date, #title

Methods inherited from ExplicitDelegator

enforce_definitions, #enforced_methods, #ensure_defined, #initialize

Constructor Details

This class inherits a constructor from ExplicitDelegator

Instance Method Details

#subtitleObject



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