Module: Devise::Models::DecidimNewsletterable
- Defined in:
- lib/devise/models/decidim_newsletterable.rb
Overview
Newsletterable adds all needed validations to acomplish GDPR standards in newsletter notification mailing
Validates that all users with notifications activated have Opt-in in some time
Constant Summary collapse
- GDPR_DATE =
"2018-05-25 00:00 +02:00"
Instance Method Summary collapse
Instance Method Details
#newsletter_opt_in_notify ⇒ Object
13 14 15 16 17 18 |
# File 'lib/devise/models/decidim_newsletterable.rb', line 13 def unless Decidim::NewslettersOptInJob.perform_later(self, ) end end |
#newsletter_opt_in_validate ⇒ Object
20 21 22 |
# File 'lib/devise/models/decidim_newsletterable.rb', line 20 def if .blank? end |