diff options
| author | Brendan G. Lim | 2010-08-29 00:09:08 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-29 00:09:08 -0500 |
| commit | 04364348aaab21cfed81df492c37d8e7a00097c7 (patch) | |
| tree | 8bd3f82b150af104021d01d9282ce53cb36cf94d /lib | |
| parent | e463a42e8f056c40ac1516496859bf3859b7ba40 (diff) | |
| download | sms-fu-04364348aaab21cfed81df492c37d8e7a00097c7.tar.bz2 | |
Updating docs1.1.0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sms_fu/sms_fu.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sms_fu/sms_fu.rb b/lib/sms_fu/sms_fu.rb index f726ca2..82af796 100644 --- a/lib/sms_fu/sms_fu.rb +++ b/lib/sms_fu/sms_fu.rb @@ -1,8 +1,8 @@ class SMSFu DELIVERY_OPTIONS = [:action_mailer, :pony] - def self.configure(options = {}) - new(options) + def self.configure(delivery, options = {}) + new(options.merge!(:delivery => delivery.to_sym)) end def initialize(options = {}) |
