summaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorBrendan G. Lim2009-02-18 20:25:05 -0500
committerBrendan G. Lim2009-02-18 20:25:05 -0500
commit8abc7168dd392b083fdfd3a9cb2ce1e7c1d068a0 (patch)
tree0164494d431aec410a74d733914f520e98b74d15 /README.rdoc
parent4e5aa349ac9d4c12da5d53de08d1fd3281bcfa0d (diff)
downloadsms-fu-8abc7168dd392b083fdfd3a9cb2ce1e7c1d068a0.tar.bz2
Some structural changes to SMS Fu
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 5355cbc..4fd00b5 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -17,7 +17,7 @@ and many more ...
Add this this one line to the controller you want to be able to use SMS Fu in.
class ExampleController < ApplicationController
- include SMSFu
+ has_sms_fu
end
Modify sms_fu.yml in your config folder with your reply-to e-mail address.