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 /init.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 'init.rb')
| -rw-r--r-- | init.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ require "action_mailer" require File.dirname(__FILE__) + '/lib/sms_fu' -ActionView::Base.send(:include, SMSFu)
\ No newline at end of file +require File.dirname(__FILE__) + '/lib/sms_fu_helper.rb' +ActionView::Base.send(:include, SMSFu) +ActionView::Base.send(:include, SMSFuHelper)
\ No newline at end of file |
