Module: Devise::MultiEmail::ParentModelExtensions

Extended by:
ActiveSupport::Concern
Defined in:
lib/devise/multi_email/parent_model_extensions.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#multi_emailObject



17
18
19
# File 'lib/devise/multi_email/parent_model_extensions.rb', line 17

def multi_email
  @multi_email ||= ParentModelManager.new(self)
end