Remove redundant inclusion (#4150)

pull/4151/head
Akihiko Odaki (@fn_aki@pawoo.net) 8 years ago committed by Eugen Rochko
parent cc68d1945b
commit 29f314a502

@ -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