Class: StandardNewsletter
- Inherits:
-
Newsletter
- Object
- ActiveRecord::Base
- Newsletter
- StandardNewsletter
- Defined in:
- app/models/standard_newsletter.rb
Overview
This is the standard or “manual” newsletter class - all newsletter subscription funtions are handled internally. This is in case you don’t want to use the integration with MailChimp
Class Method Summary collapse
-
.signup_information(token, options = {}) ⇒ Object
——————————————————————————.
Instance Method Summary collapse
-
#map_error_to_msg(code) ⇒ Object
——————————————————————————.
Methods inherited from Newsletter
find_newsletter, #subscribe, #update_list_stats
Class Method Details
.signup_information(token, options = {}) ⇒ Object
10 11 12 |
# File 'app/models/standard_newsletter.rb', line 10 def self.signup_information(token, = {}) #--- [todo] implement end |
Instance Method Details
#map_error_to_msg(code) ⇒ Object
15 16 17 |
# File 'app/models/standard_newsletter.rb', line 15 def map_error_to_msg(code) #--- [todo] implement end |