Remove redundant inclusion (#4150)

lolsob-rspec
Akihiko Odaki (@fn_aki@pawoo.net) 2017-07-11 18:55:48 +09:00 committed by Eugen Rochko
parent 1a5ae3019d
commit 2e3f13788f
1 changed files with 0 additions and 2 deletions

View File

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