diff options
Diffstat (limited to 'lib/sms_notifier.rb')
| -rw-r--r-- | lib/sms_notifier.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/sms_notifier.rb b/lib/sms_notifier.rb index 644408a..c028a74 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 -  @config = YAML::load(File.open("#{RAILS_ROOT}/config/sms_fu.yml"))    def sms_message(recipient, message, sender_email)      content_type      "text/plain" @@ -39,4 +38,4 @@ class SmsNotifier < ActionMailer::Base      self.template_root = view_path    end -end
\ No newline at end of file +end | 
