module Devise::MultiEmail::EmailModelExtensions

Public Instance Methods

multi_email() click to toggle source
# File lib/devise/multi_email/email_model_extensions.rb, line 9
def multi_email
  @multi_email ||= EmailModelManager.new(self)
end