summaryrefslogtreecommitdiffstats
path: root/lib/sms_fu
diff options
context:
space:
mode:
authorBrendan G. Lim2010-08-29 00:09:08 -0500
committerBrendan G. Lim2010-08-29 00:09:08 -0500
commit04364348aaab21cfed81df492c37d8e7a00097c7 (patch)
tree8bd3f82b150af104021d01d9282ce53cb36cf94d /lib/sms_fu
parente463a42e8f056c40ac1516496859bf3859b7ba40 (diff)
downloadsms-fu-04364348aaab21cfed81df492c37d8e7a00097c7.tar.bz2
Updating docs1.1.0
Diffstat (limited to 'lib/sms_fu')
-rw-r--r--lib/sms_fu/sms_fu.rb4
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 = {})