You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even tho I've set up: sms_fu = SMSFu::Client.configure(:delivery => :action_mailer)
sms_notifier.rb isn't loaded so Rails cannot find send_sms.
It seems to me that this gem is not properly set up per normal gem standards?
The text was updated successfully, but these errors were encountered:
actually, the call is:
SMSNotifier.send_sms(email, message, from)
implying that it's a class method .. so in sms_notifier.rb, shouldn't send_sms be defined as a class method?
but if I do that, then mail is undefined.
Even tho I've set up: sms_fu = SMSFu::Client.configure(:delivery => :action_mailer)
sms_notifier.rb isn't loaded so Rails cannot find send_sms.
It seems to me that this gem is not properly set up per normal gem standards?
The text was updated successfully, but these errors were encountered: