wco_models 3.1.0.90 → 3.1.0.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/wco/unsubscribes_controller.rb +40 -0
  3. data/app/mailers/wco_email/application_mailer.rb +15 -14
  4. data/app/models/wco/lead.rb +28 -0
  5. data/app/models/wco/leadset.rb +4 -0
  6. data/app/models/wco_email/context.rb +1 -1
  7. data/app/models/wco_email/email_template.rb +1 -1
  8. data/app/models/wco_email/message_stub.rb +4 -11
  9. data/app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb +24 -0
  10. data/app/views/wco_email/application_mailer/_header_logo.html.erb +12 -0
  11. data/app/views/wco_email/email_layouts/_m20221201react.html.erb +1202 -0
  12. data/app/views/wco_email/email_layouts/_m20221222merryxmas.html.erb +766 -0
  13. data/app/views/wco_email/email_layouts/_m202309_feedback.html.erb +1161 -0
  14. data/app/views/wco_email/email_layouts/_m202309_ror4.html.erb +1068 -0
  15. data/app/views/wco_email/email_layouts/_marketing_node_1.html.erb +984 -0
  16. data/app/views/wco_email/email_layouts/_marketing_react_1.html +0 -0
  17. data/app/views/wco_email/email_layouts/_marketing_react_2.html.erb +749 -0
  18. data/app/views/wco_email/email_layouts/_marketing_react_3.html.erb +628 -0
  19. data/app/views/wco_email/email_layouts/_marketing_ror_1.html +751 -0
  20. data/app/views/wco_email/email_layouts/_marketing_ror_2.html.erb +755 -0
  21. data/app/views/wco_email/email_layouts/_marketing_ror_3.html.erb +25 -0
  22. data/app/views/wco_email/email_layouts/_marketing_ror_4.html.erb +25 -0
  23. data/app/views/wco_email/email_layouts/_marketing_ror_5.html.erb +17 -0
  24. data/app/views/wco_email/email_layouts/_marketing_wordpress_1.html +0 -0
  25. data/app/views/wco_email/email_layouts/_marketing_wordpress_2.html +0 -0
  26. data/app/views/wco_email/email_layouts/_piousbox_roundborders.html.erb +1007 -0
  27. data/app/views/wco_email/email_layouts/_plain.haml +18 -0
  28. data/app/views/wco_email/email_layouts/_rec_resume_shared_with_you.html.erb +39 -0
  29. data/app/views/wco_email/email_layouts/_slug-1.html.erb +0 -0
  30. data/app/views/wco_email/email_layouts/_slug-2.html.erb +0 -0
  31. data/app/views/wco_email/email_layouts/_slug-3.html.erb +0 -0
  32. data/app/views/wco_email/email_layouts/_test_tracking_footer.haml +12 -0
  33. data/app/views/wco_email/email_layouts/_wasyaco_roundborders.html.erb +686 -0
  34. data/app/views/wco_email/unsubscribes/_header.haml +4 -0
  35. data/app/views/wco_email/unsubscribes/_table.haml +22 -0
  36. data/config/routes.rb +2 -0
  37. metadata +30 -2