Module: ActsAsEmailForm
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/acts_as_email_form.rb
Overview
ActsAsEmailForm Adds an email_form_skip, email_form_from, email_form_subject, email_form_body attr_accessors And some helpful methods to render and validate a Email to Send form That should work with or without effective_email_templates to send an email on a model
Defined Under Namespace
Modules: Base, ClassMethods