You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid creating false mailchimp list entries while in development and during testing , a newly confirmed user should only be added to the mailchimp subscriber list in production.
defadd_user_to_mailchimpreturnunlessENV['RAILS_ENV']=='production'
:
enddefremove_user_from_mailchimpreturnunlessENV['RAILS_ENV']=='production'
:
end
The text was updated successfully, but these errors were encountered:
To avoid creating false mailchimp list entries while in development and during testing , a newly confirmed user should only be added to the mailchimp subscriber list in production.
The text was updated successfully, but these errors were encountered: