Skip to content

Commit

Permalink
Fix #14814 Bug in atom feed visitor statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lewis committed Oct 26, 2017
1 parent f09cb10 commit 40731e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/tags_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def rss

# A paginated Atom feed of FeedItem objects for a Hub and a ActsAsTaggableOn::Tag.
def atom
Feeds::StoreFeedVisitor.perform_later(
Feeds::StoreFeedVisitorJob.perform_later(
request.path,
'atom',
request.remote_ip,
Expand Down

0 comments on commit 40731e7

Please sign in to comment.