Class: StandardNewsletter

Inherits:
Newsletter
  • Object
show all
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

Instance Method Summary collapse

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.(token, options = {})
  #--- [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