diff options
| author | Brendan G. Lim | 2010-08-23 18:09:09 -0400 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-23 18:09:09 -0400 |
| commit | 97ee600bab782955a917cf70c971499bfb6fe1f2 (patch) | |
| tree | 383470931e1b47973c8f26642c0868709fddecbb /lib/sms_notifier.rb | |
| parent | a59ba52a34e86c17a02ee4d4f4a1b08d9b3dccc1 (diff) | |
| download | sms-fu-97ee600bab782955a917cf70c971499bfb6fe1f2.tar.bz2 | |
Updating for gem consumption
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 c028a74..7b5d1e8 100644 --- a/lib/sms_notifier.rb +++ b/lib/sms_notifier.rb @@ -21,7 +21,6 @@ require 'yaml' # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class SmsNotifier < ActionMailer::Base - def sms_message(recipient, message, sender_email) content_type "text/plain" recipients recipient |
