Merge pull request #2210 from jtescher/master

Remove confusing/incorrect comments
This commit is contained in:
Robin Ward 2014-03-31 16:02:52 -04:00
commit 58d43fc6f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
module Jobs
# Asynchronously send an email to a user
class UpdateUserInfo < Jobs::Base
def execute(args)
@ -9,4 +8,5 @@ module Jobs
user.update_ip_address!(args[:ip_address])
end
end
end

View File

@ -1,6 +1,5 @@
module Jobs
# Asynchronously send an email to a user
class ViewTracker < Jobs::Base
def execute(args)
topic_id = args[:topic_id]
@ -14,4 +13,5 @@ module Jobs
end
end
end
end