module Devise::MultiEmail::ParentModelExtensions

Public Instance Methods

multi_email() click to toggle source
# File lib/devise/multi_email/parent_model_extensions.rb, line 17
def multi_email
  @multi_email ||= ParentModelManager.new(self)
end