Fix super which is not defined yet here

Akinori MUSHA 7 年 前
コミット
df6fb7e5fc
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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)