Method: ActiveNotifier::Base.locale_for

Defined in:
lib/active_notifier/base.rb

.locale_for(recipient) ⇒ Object



44
45
46
47
48
# File 'lib/active_notifier/base.rb', line 44

def locale_for(recipient)
  recipient.public_send(locale_attribute)
rescue
  I18n.default_locale
end