Fix super which is not defined yet here

Akinori MUSHA %!s(int64=7) %!d(string=hace) años
padre
commit
df6fb7e5fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/feedjira_extension.rb

+ 1 - 1
lib/feedjira_extension.rb

@@ -38,7 +38,7 @@ module FeedjiraExtension
38 38
     include SAXMachine
39 39
 
40 40
     def content=(content)
41
-      super
41
+      @content = content
42 42
 
43 43
       begin
44 44
         addr = Mail::Address.new(content)