diff options
| author | Brendan G. Lim | 2010-08-23 23:09:01 -0400 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-23 23:09:01 -0400 |
| commit | f04b37c5fadbe2f4058782280cc622461b901c0d (patch) | |
| tree | 9ede3f879cc7bcc11bb88c01c9ac68af00e135c1 /init.rb | |
| parent | 97ee600bab782955a917cf70c971499bfb6fe1f2 (diff) | |
| download | sms-fu-f04b37c5fadbe2f4058782280cc622461b901c0d.tar.bz2 | |
Reorganizing for gem
Diffstat (limited to 'init.rb')
| -rw-r--r-- | init.rb | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1 @@ -require 'actionmailer' -require 'sms_fu' -require 'sms_fu_helper' - -ActionController::Base.send(:include, SMSFu) -ActionView::Base.send(:include, SMSFuHelper) +require File.dirname(__FILE__) + "/rails/init"
\ No newline at end of file |
