diff options
| author | Brendan G. Lim | 2009-02-18 20:25:05 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2009-02-18 20:25:05 -0500 |
| commit | 8abc7168dd392b083fdfd3a9cb2ce1e7c1d068a0 (patch) | |
| tree | 0164494d431aec410a74d733914f520e98b74d15 /init.rb | |
| parent | 4e5aa349ac9d4c12da5d53de08d1fd3281bcfa0d (diff) | |
| download | sms-fu-8abc7168dd392b083fdfd3a9cb2ce1e7c1d068a0.tar.bz2 | |
Some structural changes to SMS Fu
Diffstat (limited to 'init.rb')
| -rw-r--r-- | init.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ require "action_mailer" require File.dirname(__FILE__) + '/lib/sms_fu' require File.dirname(__FILE__) + '/lib/sms_fu_helper.rb' -ActionView::Base.send(:include, SMSFu) +ActionController::Base.send(:include, SMSFu) ActionView::Base.send(:include, SMSFuHelper)
\ No newline at end of file |
