diff options
Diffstat (limited to 'lib/sms_notifier.rb')
| -rw-r--r-- | lib/sms_notifier.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sms_notifier.rb b/lib/sms_notifier.rb index c028a74..7b5d1e8 100644 --- a/lib/sms_notifier.rb +++ b/lib/sms_notifier.rb @@ -21,7 +21,6 @@ require 'yaml' # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class SmsNotifier < ActionMailer::Base - def sms_message(recipient, message, sender_email) content_type "text/plain" recipients recipient |
