diff options
| author | Brendan G. Lim | 2009-02-18 20:12:33 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2009-02-18 20:12:33 -0500 |
| commit | 4c1b777458b90de5d7c01cf7d14ef0be2fdcc4e6 (patch) | |
| tree | 768549d808321dccce5fc24d02570c3189f5b6a4 /lib/sms_notifier.rb | |
| parent | 0d804bdd6e48aa3eae548665c4740b2e2d4e3b86 (diff) | |
| download | sms-fu-4c1b777458b90de5d7c01cf7d14ef0be2fdcc4e6.tar.bz2 | |
Adding in some view helpers for mobile carrier select boxes and updating README
Diffstat (limited to 'lib/sms_notifier.rb')
| -rw-r--r-- | lib/sms_notifier.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sms_notifier.rb b/lib/sms_notifier.rb index 5d960c6..644408a 100644 --- a/lib/sms_notifier.rb +++ b/lib/sms_notifier.rb @@ -27,7 +27,6 @@ class SmsNotifier < ActionMailer::Base content_type "text/plain" recipients recipient from sender_email - body['message'] = message end |
