Method: Mailkick::Legacy.opt_in
- Defined in:
- lib/mailkick/legacy.rb
.opt_in(options) ⇒ Object
30 31 32 33 34 35 36 |
# File 'lib/mailkick/legacy.rb', line 30 def self.opt_in() opt_outs().each do |opt_out| opt_out.active = false opt_out.save! end true end |