Remove redundant inclusion (#4150)

master
Akihiko Odaki (@fn_aki@pawoo.net) 7 years ago committed by Eugen Rochko
parent cc68d1945b
commit 29f314a502
  1. 2
      app/services/process_feed_service.rb

@ -20,8 +20,6 @@ class ProcessFeedService < BaseService
end end
class ProcessEntry class ProcessEntry
include AuthorExtractor
def call(xml, account) def call(xml, account)
@account = account @account = account
@xml = xml @xml = xml

Loading…
Cancel
Save