brendanlim / sms-fu

Allows you to send an SMS in the form of an e-mail to a cell phone from your Rails application

This URL has Read+Write access

sms-fu / init.rb
aba05f07 » brendanlim 2008-03-30 Initial import 1 require "action_mailer"
2 require File.dirname(__FILE__) + '/lib/sms_fu'
4c1b7774 » brendanlim 2009-02-18 Adding in some view helpers... 3 require File.dirname(__FILE__) + '/lib/sms_fu_helper.rb'
8abc7168 » brendanlim 2009-02-18 Some structural changes to ... 4 ActionController::Base.send(:include, SMSFu)
4c1b7774 » brendanlim 2009-02-18 Adding in some view helpers... 5 ActionView::Base.send(:include, SMSFuHelper)