Open vesan opened 5 years ago
I can set:
config.user.unsubscribed_from_emails = Proc.new {|current_user| current_user.unsubscribed? }
Exception is thrown:
`block in <top (required)>': undefined method `unsubscribed_from_emails=' for IntercomRails::Config::User:Class (NoMethodError)
Is there a reason why I wouldn't want to use intercom-rails to update the unsubscribed information in Intercom?
Version info
Expected behavior
I can set:
Actual behavior
Exception is thrown:
Is there a reason why I wouldn't want to use intercom-rails to update the unsubscribed information in Intercom?