Module: ActivityNotification::Notifier
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/activity_notification/models/concerns/notifier.rb
Overview
Notifier implementation included in notifier model to be notified, like users or administrators.
Instance Method Summary collapse
-
#printable_notifier_name ⇒ String
Returns printable notifier model name to show in view or email.
Instance Method Details
#printable_notifier_name ⇒ String
Returns printable notifier model name to show in view or email.
38 39 40 |
# File 'lib/activity_notification/models/concerns/notifier.rb', line 38 def printable_notifier_name resolve_value(_printable_notifier_name) end |