Sha256: 38f9182b71e1462cf5273f20deb1bf51cf805cab010ca5d0f96320e65609035d
Contents?: true
Size: 654 Bytes
Versions: 16
Compression:
Stored size: 654 Bytes
Contents
# 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 StandardNewsletter < Newsletter validates_presence_of :name #------------------------------------------------------------------------------ def self.signup_information(token, options = {}) #--- [todo] implement end #------------------------------------------------------------------------------ def map_error_to_msg(code) #--- [todo] implement end end
Version data entries
16 entries across 16 versions & 1 rubygems