diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-23 14:45:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-23 14:45:11 -0600 |
| commit | 8f9d914f7d130023c6a494bb7e1db57525b215aa (patch) | |
| tree | 09f8fe4a7c39ae3c41db0f8f5839136a2c1e4384 /app | |
| parent | a13b4ae08cd0e7f6aa61f3bf256f089277c30506 (diff) | |
add some logging
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/sign_up.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/sign_up.rb b/app/models/sign_up.rb index 277d92b..210bbaa 100644 --- a/app/models/sign_up.rb +++ b/app/models/sign_up.rb @@ -4,6 +4,7 @@ class SignUp < ActiveRecord::Base uniqueness: { case_sensitive: false } def subscribe + logger.info("subscribing #{self.email} to #{ENV['MAILCHIMP_LIST_ID']}") gibbon = Gibbon.new gibbon.list_subscribe({ id: ENV['MAILCHIMP_LIST_ID'], |
